summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/name.rs')
-rw-r--r--ipfs-api/src/response/name.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipfs-api/src/response/name.rs b/ipfs-api/src/response/name.rs
index 00d8cda..de142db 100644
--- a/ipfs-api/src/response/name.rs
+++ b/ipfs-api/src/response/name.rs
@@ -13,14 +13,12 @@ pub struct NamePublishResponse {
pub value: String,
}
-
#[derive(Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct NameResolveResponse {
pub path: String,
}
-
#[cfg(test)]
mod tests {
deserialize_test!(v0_name_resolve_0, NameResolveResponse);