aboutsummaryrefslogtreecommitdiff
path: root/src/timing.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-05 05:59:27 -0800
committerFuwn <[email protected]>2024-03-05 05:59:27 -0800
commit30f80c85b9ed4cb6a4a633e1bc7a3dbd142f8547 (patch)
tree53433b0acade861f6d5e8f8a308d6208199d5ce2 /src/timing.rs
parentci(earthly): switch to earthly from docker (diff)
downloadlocus-30f80c85b9ed4cb6a4a633e1bc7a3dbd142f8547.tar.xz
locus-30f80c85b9ed4cb6a4a633e1bc7a3dbd142f8547.zip
format: new rustfmt.toml
Diffstat (limited to 'src/timing.rs')
-rw-r--r--src/timing.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/timing.rs b/src/timing.rs
index 40f7a13..9a56238 100644
--- a/src/timing.rs
+++ b/src/timing.rs
@@ -19,7 +19,9 @@
use tokio::time::Instant;
pub fn time_mounts<T>(context: &str, timer: &mut Instant, mut mounter: T)
-where T: FnMut() {
+where
+ T: FnMut(),
+{
mounter();
info!(