Skip to content

Commit d5a8f14

Browse files
committed
fix: fmt command
1 parent 44d51f0 commit d5a8f14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ lint:
2222
fmt:
2323
cargo fmt
2424
cargo fix --allow-dirty
25-
__CARGO_FIX_YOLO=1 cargo clippy --fix --allow-dirty
25+
__CARGO_FIX_YOLO=1 cargo clippy --fix --allow-dirty
2626

0 commit comments

Comments
 (0)