auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit d3f4f521cb - Show all commits

View File

@ -113,6 +113,7 @@ steps:
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf - echo "nameserver 1.0.0.1" >> /etc/resolv.conf
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --all --verbose - cargo fmt --all --verbose
- apk add git
- git add * - git add *
- git status - git status
- git commit -m "rustfmt" - git commit -m "rustfmt"