Skip to content

Commit 223fdfa

Browse files
committed
Fix example travis config
Closes #2688
1 parent 1452349 commit 223fdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ language: rust
137137
before_script:
138138
- rustup component add rustfmt-preview
139139
script:
140-
- cargo fmt --all -- --write-mode=check
140+
- cargo fmt --all -- --check
141141
- cargo build
142142
- cargo test
143143
```

0 commit comments

Comments
 (0)