Skip to content

Commit fcacbc1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-expand.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ TEST_FILE="test.rs"
77
FILE_HEAD="fn main() {}"
88

99
for MODULE in ${TEST_MODULES[@]};do
10-
echo Test module $MODULE
10+
echo Test module $MODULE
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)