summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b439c2d..5396ff22 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build:
cargo build --release
format:
- git ls-files | grep '\.rs$' | xargs -P 0 rustfmt
+ git ls-files | grep '\.rs$$' | xargs -P 0 rustfmt
lint:
cargo clippy