mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Code formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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",
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user