diff options
author | Nadrieril | 2019-03-19 02:18:52 +0100 |
---|---|---|
committer | Nadrieril | 2019-03-19 02:18:52 +0100 |
commit | 049f1f12bcf3013e31b179fd469a4ff0f61bf831 (patch) | |
tree | 5d43b29771a4236a22a933f660072f24a4dcd62c /dhall/tests/common | |
parent | fb79d63d6a57431ff49b94a3fc90cfcf9c2ee788 (diff) |
rustfmt
Diffstat (limited to 'dhall/tests/common')
-rw-r--r-- | dhall/tests/common/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/common/mod.rs b/dhall/tests/common/mod.rs index a24125e..7ba64b0 100644 --- a/dhall/tests/common/mod.rs +++ b/dhall/tests/common/mod.rs @@ -25,7 +25,7 @@ macro_rules! make_spec_test { fn $name() { use crate::common::*; - if cfg!(feature="nothreads") { + if cfg!(feature = "nothreads") { run_test($path, Feature::$type); } else { use std::thread; |