From 049f1f12bcf3013e31b179fd469a4ff0f61bf831 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 19 Mar 2019 02:18:52 +0100 Subject: rustfmt --- dhall/tests/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/tests/common/mod.rs') 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; -- cgit v1.2.3