Remove extra new lines at the ends of Zulip authoried files.

Fixes #1627.

[tweaked by tabbott to avoid patching third-party modules, for now]
This commit is contained in:
Sahil Dua
2016-09-18 02:59:16 +02:00
committed by Tim Abbott
parent 9a2e24a458
commit 058587da77
68 changed files with 4 additions and 75 deletions

View File

@@ -7,4 +7,3 @@ git fetch upstream "pull/$request_id/head"
git checkout upstream/master -b "review-${request_id}"
git reset --hard FETCH_HEAD
git pull --rebase