summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-09-20 20:47:21 +0200
committersharkdp <davidpeter@web.de>2020-09-20 20:47:21 +0200
commit71b20893844857c11f26a92c600cadaa24cc0f3a (patch)
tree5dae9b1788478f8d2e8f381f2f4cb9a64b051951 /tests
parent57aa88a13a76434e3ab2d4a8065f6d8e208e5a3e (diff)
Code formatting
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.rs2
-rw-r--r--tests/no_duplicate_extensions.rs3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs
index a1f3538c..da0690ef 100644
--- a/tests/integration_tests.rs
+++ b/tests/integration_tests.rs
@@ -1,5 +1,5 @@
use assert_cmd::Command;
-use predicates::{prelude::predicate,str::PredicateStrExt};
+use predicates::{prelude::predicate, str::PredicateStrExt};
use std::path::Path;
use std::str::from_utf8;
diff --git a/tests/no_duplicate_extensions.rs b/tests/no_duplicate_extensions.rs
index 3f2f1460..7bfe431a 100644
--- a/tests/no_duplicate_extensions.rs
+++ b/tests/no_duplicate_extensions.rs
@@ -14,7 +14,8 @@ fn no_duplicate_extensions() {
// The "Ruby Haml" syntax also comes with a '.sass' extension. However, we make sure
// that 'sass' is mapped to the 'Sass' syntax.
"sass",
- // The '.fs' extension appears in F# and GLSL. We default to F#.
+ // The '.fs' extension appears in F# and GLSL.
+ // We default to F#.
"fs",
];