From 860d611ea3081387a45775fa943adbd9da8ee10b Mon Sep 17 00:00:00 2001 From: 0xOsiris Date: Tue, 5 Nov 2024 18:16:11 -0700 Subject: [PATCH] isolate formatting to kurtosis --- Justfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Justfile b/Justfile index a25c98b..0ce819a 100644 --- a/Justfile +++ b/Justfile @@ -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='':