Skip to content

Commit f5bda03

Browse files
committed
Fix cargo fmt -- --check
1 parent 8ce61cd commit f5bda03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- rustup component add clippy
1414

1515
script:
16-
- cargo fmt --check
16+
- cargo fmt -- --check
1717
- cargo clippy --all-targets --all-features --all
1818
- cargo test
1919

0 commit comments

Comments
 (0)