Skip to content

Commit a0af17f

Browse files
committed
余分なスペースを消した
1 parent 375a00d commit a0af17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/diff-match/for-multi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for commit in $commits; do
4646
cat "$before_tmp/$file" >> "$before_tmp/$commit.tsx"
4747
cat "$after_tmp/$file" >> "$after_tmp/$commit.tsx"
4848

49-
actual_files+= ("$file")
49+
actual_files+=("$file")
5050
fi
5151
done
5252

0 commit comments

Comments
 (0)