Skip to content

Commit

Permalink
isolate formatting to kurtosis
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOsiris committed Nov 6, 2024
1 parent 03e41cb commit 860d611
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ test:
@just ./world-chain-builder/test

# Formats the world-chain-builder
fmt: rust-fmt devnet-fmt

rust-fmt:
fmt:
@just ./world-chain-builder/fmt

devnet-fmt:
@just ./devnet/fmt

# Runs the block building assertions
# NOTE: The devnet needs to be running for this to work
assertor *args='':
Expand Down

0 comments on commit 860d611

Please sign in to comment.