Skip to content

Commit

Permalink
Fix a bad argument in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Apr 3, 2019
1 parent 29c21f4 commit eff229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
os: linux
script:
- rustup component add rustfmt
- cargo fmt --all --all-features -- --check
- cargo fmt --all -- --check

- # Test coverage.
- rust: nightly
Expand Down

0 comments on commit eff229c

Please sign in to comment.