chore(progress_bar): simplify linear code

This commit is contained in:
Vukašin Vojinović 2026-06-26 17:25:28 +02:00 committed by GitHub
parent 417923fbaf
commit 13fb598517
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 37 additions and 67 deletions

View file

@ -15,10 +15,11 @@ jobs:
- name: Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
components: rustfmt
rustflags: ""
- name: Format
run: cargo fmt -- --check
run: cargo +nightly fmt -- --check
tests:
needs: