summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/drop_trait.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/run-coverage/drop_trait.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage/drop_trait.rs b/tests/run-coverage/drop_trait.rs
index a9b5d1d1e..7b062719c 100644
--- a/tests/run-coverage/drop_trait.rs
+++ b/tests/run-coverage/drop_trait.rs
@@ -11,7 +11,7 @@ impl Drop for Firework {
}
}
-fn main() -> Result<(),u8> {
+fn main() -> Result<(), u8> {
let _firecracker = Firework { strength: 1 };
let _tnt = Firework { strength: 100 };