Skip to content

Commit 169ca45

Browse files
committed
Fix CI coding-style check failures
1 parent f616fa1 commit 169ca45

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.ci/jit-debug-test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
PARALLEL="${PARALLEL:--j$(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 4)}"
8+
PARALLEL="${PARALLEL:--j$(nproc 2> /dev/null || sysctl -n hw.ncpu 2> /dev/null || echo 4)}"
99

1010
echo "======================================"
1111
echo "JIT Debug Mode Test"
@@ -39,8 +39,7 @@ for config in \
3939
"ENABLE_EXT_F=0" \
4040
"ENABLE_EXT_M=0" \
4141
"ENABLE_Zba=0" \
42-
"ENABLE_Zbb=0"
43-
do
42+
"ENABLE_Zbb=0"; do
4443
echo ""
4544
echo "Testing: $config with JIT debug"
4645
make distclean

0 commit comments

Comments
 (0)