From 6900cd2e9ade412e69345dd5d20ea574a03483f0 Mon Sep 17 00:00:00 2001 From: Sahil Dua Date: Sun, 18 Sep 2016 02:59:16 +0200 Subject: [PATCH] Remove extra new lines at the ends of Zulip authoried files. Fixes #1627. [tweaked by tabbott to avoid patching third-party modules, for now] --- bots/log2zulip | 1 - bots/sync-public-streams | 1 - contrib_bots/lib/readme.md | 1 - 3 files changed, 3 deletions(-) diff --git a/bots/log2zulip b/bots/log2zulip index 035ba3b..5e1021a 100755 --- a/bots/log2zulip +++ b/bots/log2zulip @@ -110,4 +110,3 @@ if __name__ == "__main__": os.remove(lock_path) except OSError as IOError: pass - diff --git a/bots/sync-public-streams b/bots/sync-public-streams index b225bd1..08db5da 100755 --- a/bots/sync-public-streams +++ b/bots/sync-public-streams @@ -64,4 +64,3 @@ if __name__ == "__main__": f.close() subprocess.call(["mv", "/home/zulip/public_streams.tmp", "/home/zulip/public_streams"]) - diff --git a/contrib_bots/lib/readme.md b/contrib_bots/lib/readme.md index b5140c7..1840f77 100644 --- a/contrib_bots/lib/readme.md +++ b/contrib_bots/lib/readme.md @@ -106,4 +106,3 @@ If you are not interested in running your bots on the server, then you can still use the full Zulip API. The hope, though, is that this architecture will make writing simple bots a quick/easy process. -