Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 0886aef

Browse files
authored
Merge pull request #204 from calebcartwright/latest-cargo-fmt
use new cargo fmt option
2 parents c70fc02 + cf6f7ed commit 0886aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- uses: actions/checkout@master
2424
- name: Install Rust
2525
run: rustup update stable && rustup default stable && rustup component add rustfmt
26-
- run: cargo fmt -- --check
26+
- run: cargo fmt --check

0 commit comments

Comments
 (0)