about summary refs log tree commit diff
path: root/library/test/src/helpers/metrics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/test/src/helpers/metrics.rs')
-rw-r--r--library/test/src/helpers/metrics.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/test/src/helpers/metrics.rs b/library/test/src/helpers/metrics.rs
index f77a23e6875..bc38969cefb 100644
--- a/library/test/src/helpers/metrics.rs
+++ b/library/test/src/helpers/metrics.rs
@@ -1,4 +1,5 @@
 //! Benchmark metrics.
+
 use std::collections::BTreeMap;
 
 #[derive(Clone, PartialEq, Debug, Copy)]