Skip to content

Commit ed35949

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

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
@@ -7,7 +7,7 @@ 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

0 commit comments

Comments
 (0)