Commit 1526822a authored by Karl Leswing's avatar Karl Leswing Committed by leswing
Browse files

Don't output the formatted diff twice

parent cb8c70ee
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