try rustfmt

This commit is contained in:
Felix Ableitner 2020-12-11 15:14:17 +01:00
parent 6fec2e56f6
commit 71d3457b82
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ steps:
- name: check formatting
image: rustdocker/rustfmt:nightly
commands:
- cargo fmt -- --check
- rustfmt -- --check
- name: cargo check
image: ekidd/rust-musl-builder:1.47.0