Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:18:52 +0300
committerOmer Ben-Amram <omerbenamram@gmail.com>2020-01-06 22:18:52 +0300
commit7aedab4838fd74d4eb64f7ab5900cd35a5c45a6b (patch)
treef5ed446391cc1d337949ec3145aa4e748534ddf5 /tests/fixtures.rs
parentaea96c09d0581f7b289d1f1da06cd0191e87ace3 (diff)
fmt
Diffstat (limited to 'tests/fixtures.rs')
-rw-r--r--tests/fixtures.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures.rs b/tests/fixtures.rs
index 580c4e8..bc831b3 100644
--- a/tests/fixtures.rs
+++ b/tests/fixtures.rs
@@ -1,7 +1,7 @@
#![allow(dead_code)]
use std::path::PathBuf;
-use std::sync::{Once};
+use std::sync::Once;
static LOGGER_INIT: Once = Once::new();