Skip to content

Commit f5b351c

Browse files
committed
fix cargo fmt
taken from SpinResearch#74
1 parent 8808e4b commit f5b351c

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
@@ -24,7 +24,7 @@ matrix:
2424
before_script:
2525
- rustup component add rustfmt-preview
2626
script:
27-
- cargo fmt --all -- --write-mode=diff
27+
- cargo fmt --all -- --check
2828
- env: NAME='kcov'
2929
sudo: required # travis-ci/travis-ci#9061
3030
before_script:

0 commit comments

Comments
 (0)