Skip to content

Commit ee7225c

Browse files
author
Jonathan Pallant (42 Technology)
committed
Enforce formatting.
1 parent 88b6f87 commit ee7225c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.sh

100755100644
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ echo Building examples/twi-ssd1306...
3737
cargo build --manifest-path examples/twi-ssd1306/Cargo.toml
3838
echo Building examples/twi-ssd1306...
3939
cargo build --manifest-path examples/twi-ssd1306/Cargo.toml --no-default-features --features="52840" --target thumbv7em-none-eabi
40+
echo Checking source code formatting...
41+
cargo fmt -- --check

0 commit comments

Comments
 (0)