aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/api/s3_copy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/s3_copy.rs b/src/api/s3_copy.rs
index 1b2573a1..fc4707e2 100644
--- a/src/api/s3_copy.rs
+++ b/src/api/s3_copy.rs
@@ -594,7 +594,7 @@ impl<S: Stream<Item = BlockStreamItem>> Defragmenter<S> {
}
}
- return Ok((std::mem::take(&mut self.buffer), self.hash.take()));
+ Ok((std::mem::take(&mut self.buffer), self.hash.take()))
}
}