Commit 0c9763aa authored by Karl Leswing's avatar Karl Leswing
Browse files

Don't output the formatted diff twice

parent a89c4959
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ then
fi

yapf -d $CHANGED_FILES > diff.txt
cat diff.txt

if [ -s diff.txt ]
then