Skip to content

Commit 77a1eb2

Browse files
committed
Add --ignore-all-space
1 parent 6794160 commit 77a1eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/tests/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ else
160160
for file in $changed_snapshots; do
161161
bold $file
162162
# show diff of file vs contents in git
163-
git diff $file $file
163+
git diff --ignore-all-space $file $file
164164
printf "\n\n"
165165
done
166166

0 commit comments

Comments
 (0)