remove white spaces

This commit is contained in:
JacqueGM 2023-08-07 18:26:56 +02:00
parent 9e7079b9eb
commit 39bbde179f

View file

@ -22,10 +22,10 @@ jobs:
~/.cargo/git ~/.cargo/git
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
- name: Install Foundry - name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1 uses: foundry-rs/foundry-toolchain@v1
- name: Format - name: Format
run: cargo fmt --check --verbose run: cargo fmt --check --verbose
- name: Lint - name: Lint
@ -33,9 +33,9 @@ jobs:
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Download safes - name: Download safes
run: wget -q -c https://rpc.circlesubi.id/pathfinder-db/capacity_graph.db run: wget -q -c https://rpc.circlesubi.id/pathfinder-db/capacity_graph.db
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose