Skip to content

Commit b6198a2

Browse files
committed
Remove extraneous trailing semicolon.
1 parent e2d32b9 commit b6198a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff-image

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
num_changed_pixels=$(compare $2 $1 -metric ae -compose src /dev/null 2>&1)
44
echo ${num_changed_pixels}
5-
exit 0;
5+
exit 0

0 commit comments

Comments
 (0)