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

@@ -36,4 +36,3 @@ if args.watch:
run_watch(args.port)
else:
run()