Skip to content

Commit 2c8d661

Browse files
committed
fmt
1 parent ba80b29 commit 2c8d661

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

flatpak_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
]
4040
}
4141
]
42-
}
42+
}

justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ clean:
3737

3838
################### Test / Format
3939

40-
pull: fmt prettier fix test
40+
pull: fmt prettier fix test fmt-just
4141

4242
test:
4343
cargo test --workspace --all-features
@@ -48,6 +48,9 @@ fix:
4848
fmt:
4949
cargo fmt --all
5050

51+
fmt-just:
52+
just --unstable --fmt
53+
5154
prettier:
5255
# install on Debian: sudo snap install node --classic
5356
# npx is the command to run npm package, node is the runtime

0 commit comments

Comments
 (0)