Skip to content

Commit 41a1594

Browse files
manta1130qryxip
andauthored
Remove unnecessary space
Co-authored-by: Ryo Yamashita <[email protected]>
1 parent 23ba807 commit 41a1594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-expand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for MODULE in ${TEST_MODULES[@]};do
1111
python3 $SCRIPT_DIR/../../expand.py $MODULE > $TMP_PATH/$TEST_FILE
1212
echo "Output" $(wc -c < $TMP_PATH/$TEST_FILE) "Bytes"
1313
echo $FILE_HEAD >> $TMP_PATH/$TEST_FILE
14-
rustc -A warnings $TMP_PATH/$TEST_FILE
14+
rustc -A warnings $TMP_PATH/$TEST_FILE
1515
if [ $? -ne 0 ];then
1616
echo "Error compiling for $MODULE"
1717
exit 1

0 commit comments

Comments
 (0)