Format swap crate Cargo.toml

This commit is contained in:
rishflab 2020-11-03 10:55:54 +11:00
parent 796d0b3439
commit 606c48c752
2 changed files with 2 additions and 6 deletions

View file

@ -36,6 +36,7 @@ jobs:
cargo tomlfmt -d -p Cargo.toml
cargo tomlfmt -d -p xmr-btc/Cargo.toml
cargo tomlfmt -d -p monero-harness/Cargo.toml
cargo tomlfmt -d -p swap/Cargo.toml
- name: Check code formatting
run: cargo fmt --all -- --check