Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Jan 14, 2025
1 parent ff611f1 commit bb570d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
save-if: ${{ matrix.ffmpeg_version == '7.1' }}

- name: Check format
run: cargo fmt --all --- --check
run: cargo fmt --all -- --check
- name: Lint
run: cargo clippy --all-targets $CARGO_FEATURES
- name: Build
Expand Down

0 comments on commit bb570d5

Please sign in to comment.