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

@@ -126,4 +126,3 @@ class RateLimitTests(ZulipTestCase):
result = self.send_api_message(email, api_key, "Good message")
self.assert_json_success(result)