summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/block.rs')
-rw-r--r--ipfs-api/src/response/block.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipfs-api/src/response/block.rs b/ipfs-api/src/response/block.rs
index 34855e2..c04bd89 100644
--- a/ipfs-api/src/response/block.rs
+++ b/ipfs-api/src/response/block.rs
@@ -13,7 +13,6 @@ pub struct BlockPutResponse {
pub size: u64,
}
-
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct BlockRmResponse {
@@ -21,7 +20,6 @@ pub struct BlockRmResponse {
pub error: Option<String>,
}
-
#[derive(Debug, Deserialize)]
#[serde(rename_all = "PascalCase")]
pub struct BlockStatResponse {
@@ -29,7 +27,6 @@ pub struct BlockStatResponse {
pub size: u64,
}
-
#[cfg(test)]
mod tests {
deserialize_test!(v0_block_stat_0, BlockStatResponse);