From 5195d1ecb7351e4f7dccbd1fc7f3f438555db97a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 14 Apr 2016 10:48:45 -0700 Subject: [PATCH] Fix missing newlines at ends of JSON files. --- puppet/apt/metadata.json | 2 +- puppet/stdlib/metadata.json | 2 +- zerver/fixtures/freshdesk/freshdesk_inline_images.json | 2 +- zerver/fixtures/freshdesk/freshdesk_priority_changed.json | 2 +- zerver/fixtures/freshdesk/freshdesk_private_note.json | 2 +- zerver/fixtures/freshdesk/freshdesk_public_note.json | 2 +- zerver/fixtures/freshdesk/freshdesk_status_changed.json | 2 +- zerver/fixtures/jira/jira_commented.json | 2 +- zerver/fixtures/jira/jira_commented_markup.json | 2 +- zerver/fixtures/jira/jira_created.json | 2 +- zerver/fixtures/jira/jira_created_assignee.json | 2 +- zerver/fixtures/jira/jira_deleted.json | 2 +- zerver/fixtures/jira/jira_postfunction_hook.json | 2 +- zerver/fixtures/jira/jira_postfunction_resolved.json | 2 +- zerver/fixtures/jira/jira_postfunction_started.json | 2 +- zerver/fixtures/jira/jira_reassigned.json | 2 +- zerver/fixtures/jira/jira_reopened.json | 2 +- zerver/fixtures/jira/jira_resolved.json | 2 +- zerver/fixtures/jira/jira_unknown.json | 2 +- zerver/fixtures/jira/jira_updated_priority.json | 2 +- zerver/fixtures/jira/jira_watch_mention_updated.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_accepted.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_commented.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_created.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_created_estimate.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_delivered.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_finished.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_moved.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_rejected.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_started.json | 2 +- zerver/fixtures/pivotal/pivotal_v5_type_changed.json | 2 +- zerver/fixtures/stash/stash_push.json | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/puppet/apt/metadata.json b/puppet/apt/metadata.json index 3e4c9921c1..b4ce34eac3 100644 --- a/puppet/apt/metadata.json +++ b/puppet/apt/metadata.json @@ -84,4 +84,4 @@ "source": "https://github.com/puppetlabs/puppetlabs-apt", "project_page": "https://github.com/puppetlabs/puppetlabs-apt", "license": "Apache License 2.0" -} \ No newline at end of file +} diff --git a/puppet/stdlib/metadata.json b/puppet/stdlib/metadata.json index 5d3308e210..609fdf67b9 100644 --- a/puppet/stdlib/metadata.json +++ b/puppet/stdlib/metadata.json @@ -267,4 +267,4 @@ ], "author": "puppetlabs", "name": "puppetlabs-stdlib" -} \ No newline at end of file +} diff --git a/zerver/fixtures/freshdesk/freshdesk_inline_images.json b/zerver/fixtures/freshdesk/freshdesk_inline_images.json index a2ce166371..9e9c0e3ed1 100644 --- a/zerver/fixtures/freshdesk/freshdesk_inline_images.json +++ b/zerver/fixtures/freshdesk/freshdesk_inline_images.json @@ -11,4 +11,4 @@ "requester_name":"Requester ☃ Bob", "requester_email":"requester-bob@example.com", } -} \ No newline at end of file +} diff --git a/zerver/fixtures/freshdesk/freshdesk_priority_changed.json b/zerver/fixtures/freshdesk/freshdesk_priority_changed.json index b2c7f01b73..43ef789ddd 100644 --- a/zerver/fixtures/freshdesk/freshdesk_priority_changed.json +++ b/zerver/fixtures/freshdesk/freshdesk_priority_changed.json @@ -11,4 +11,4 @@ "requester_name":"Requester Bob", "requester_email":"requester-bob@example.com", } -} \ No newline at end of file +} diff --git a/zerver/fixtures/freshdesk/freshdesk_private_note.json b/zerver/fixtures/freshdesk/freshdesk_private_note.json index 94acc4213f..91fefe495d 100644 --- a/zerver/fixtures/freshdesk/freshdesk_private_note.json +++ b/zerver/fixtures/freshdesk/freshdesk_private_note.json @@ -11,4 +11,4 @@ "requester_name":"Requester Bob", "requester_email":"requester-bob@example.com", } -} \ No newline at end of file +} diff --git a/zerver/fixtures/freshdesk/freshdesk_public_note.json b/zerver/fixtures/freshdesk/freshdesk_public_note.json index b379486190..cbd46dbbbc 100644 --- a/zerver/fixtures/freshdesk/freshdesk_public_note.json +++ b/zerver/fixtures/freshdesk/freshdesk_public_note.json @@ -11,4 +11,4 @@ "requester_name":"Requester Bob", "requester_email":"requester-bob@example.com", } -} \ No newline at end of file +} diff --git a/zerver/fixtures/freshdesk/freshdesk_status_changed.json b/zerver/fixtures/freshdesk/freshdesk_status_changed.json index 99955cbe36..74c66608be 100644 --- a/zerver/fixtures/freshdesk/freshdesk_status_changed.json +++ b/zerver/fixtures/freshdesk/freshdesk_status_changed.json @@ -11,4 +11,4 @@ "requester_name":"Requester Bob", "requester_email":"requester-bob@example.com", } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_commented.json b/zerver/fixtures/jira/jira_commented.json index 5fe2864ff5..9e5fa82733 100644 --- a/zerver/fixtures/jira/jira_commented.json +++ b/zerver/fixtures/jira/jira_commented.json @@ -186,4 +186,4 @@ "created": "2013-03-27T17:05:34.250+0000", "updated": "2013-03-27T17:05:34.250+0000" } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_commented_markup.json b/zerver/fixtures/jira/jira_commented_markup.json index 1be4b02e56..b5bc23950a 100644 --- a/zerver/fixtures/jira/jira_commented_markup.json +++ b/zerver/fixtures/jira/jira_commented_markup.json @@ -272,4 +272,4 @@ "updated": "2013-10-01T17:03:00.964-0400" }, "timestamp": 1380661380969 -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_created.json b/zerver/fixtures/jira/jira_created.json index b2cd2e2a78..9c7e9b1898 100644 --- a/zerver/fixtures/jira/jira_created.json +++ b/zerver/fixtures/jira/jira_created.json @@ -117,4 +117,4 @@ "aggregatetimespent": null } } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_created_assignee.json b/zerver/fixtures/jira/jira_created_assignee.json index f4ba584788..aafbf23682 100644 --- a/zerver/fixtures/jira/jira_created_assignee.json +++ b/zerver/fixtures/jira/jira_created_assignee.json @@ -1 +1 @@ -{"webhookEvent":"jira:issue_created","user":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"issue":{"id":"10003","self":"https://zulipp.atlassian.net/rest/api/2/issue/10003","key":"TEST-4","fields":{"summary":"Test Created Assignee","progress":{"progress":0,"total":0},"timetracking":{},"issuetype":{"self":"https://zulipp.atlassian.net/rest/api/2/issuetype/2","id":"2","description":"A new feature of the product, which has yet to be developed.","iconUrl":"https://zulipp.atlassian.net/images/icons/issuetypes/newfeature.png","name":"New Feature","subtask":false},"timespent":null,"reporter":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"created":"2013-09-06T11:20:24.101-0400","updated":"2013-09-06T11:20:24.101-0400","priority":{"self":"https://zulipp.atlassian.net/rest/api/2/priority/3","iconUrl":"https://zulipp.atlassian.net/images/icons/priorities/major.png","name":"Major","id":"3"},"description":"This is the description, so descriptive it is","customfield_10001":null,"customfield_10002":null,"customfield_10003":null,"issuelinks":[],"customfield_10000":null,"subtasks":[],"customfield_10008":null,"customfield_10007":null,"status":{"self":"https://zulipp.atlassian.net/rest/api/2/status/10001","description":"","iconUrl":"https://zulipp.atlassian.net/images/icons/statuses/open.png","name":"To Do","id":"10001"},"customfield_10006":"4","labels":[],"workratio":-1,"project":{"self":"https://zulipp.atlassian.net/rest/api/2/project/10000","id":"10000","key":"TEST","name":"TestProject","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/projectavatar?size=xsmall&pid=10000&avatarId=10011","24x24":"https://zulipp.atlassian.net/secure/projectavatar?size=small&pid=10000&avatarId=10011","32x32":"https://zulipp.atlassian.net/secure/projectavatar?size=medium&pid=10000&avatarId=10011","48x48":"https://zulipp.atlassian.net/secure/projectavatar?pid=10000&avatarId=10011"}},"environment":null,"customfield_10014":null,"customfield_10015":null,"lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"customfield_10012":null,"components":[],"customfield_10013":null,"comment":{"startAt":0,"maxResults":0,"total":0,"comments":[]},"timeoriginalestimate":null,"customfield_10017":null,"customfield_10016":null,"customfield_10019":null,"customfield_10018":null,"votes":{"self":"https://zulipp.atlassian.net/rest/api/2/issue/TEST-4/votes","votes":0,"hasVoted":false},"fixVersions":[],"resolution":null,"resolutiondate":null,"aggregatetimeoriginalestimate":null,"duedate":null,"customfield_10020":null,"customfield_10021":"Not Started","watches":{"self":"https://zulipp.atlassian.net/rest/api/2/issue/TEST-4/watchers","watchCount":0,"isWatching":false},"worklog":{"startAt":0,"maxResults":20,"total":0,"worklogs":[]},"assignee":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"attachment":[],"aggregatetimeestimate":null,"versions":[],"timeestimate":null,"aggregatetimespent":null}},"timestamp":1378480824183} \ No newline at end of file +{"webhookEvent":"jira:issue_created","user":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"issue":{"id":"10003","self":"https://zulipp.atlassian.net/rest/api/2/issue/10003","key":"TEST-4","fields":{"summary":"Test Created Assignee","progress":{"progress":0,"total":0},"timetracking":{},"issuetype":{"self":"https://zulipp.atlassian.net/rest/api/2/issuetype/2","id":"2","description":"A new feature of the product, which has yet to be developed.","iconUrl":"https://zulipp.atlassian.net/images/icons/issuetypes/newfeature.png","name":"New Feature","subtask":false},"timespent":null,"reporter":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"created":"2013-09-06T11:20:24.101-0400","updated":"2013-09-06T11:20:24.101-0400","priority":{"self":"https://zulipp.atlassian.net/rest/api/2/priority/3","iconUrl":"https://zulipp.atlassian.net/images/icons/priorities/major.png","name":"Major","id":"3"},"description":"This is the description, so descriptive it is","customfield_10001":null,"customfield_10002":null,"customfield_10003":null,"issuelinks":[],"customfield_10000":null,"subtasks":[],"customfield_10008":null,"customfield_10007":null,"status":{"self":"https://zulipp.atlassian.net/rest/api/2/status/10001","description":"","iconUrl":"https://zulipp.atlassian.net/images/icons/statuses/open.png","name":"To Do","id":"10001"},"customfield_10006":"4","labels":[],"workratio":-1,"project":{"self":"https://zulipp.atlassian.net/rest/api/2/project/10000","id":"10000","key":"TEST","name":"TestProject","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/projectavatar?size=xsmall&pid=10000&avatarId=10011","24x24":"https://zulipp.atlassian.net/secure/projectavatar?size=small&pid=10000&avatarId=10011","32x32":"https://zulipp.atlassian.net/secure/projectavatar?size=medium&pid=10000&avatarId=10011","48x48":"https://zulipp.atlassian.net/secure/projectavatar?pid=10000&avatarId=10011"}},"environment":null,"customfield_10014":null,"customfield_10015":null,"lastViewed":null,"aggregateprogress":{"progress":0,"total":0},"customfield_10012":null,"components":[],"customfield_10013":null,"comment":{"startAt":0,"maxResults":0,"total":0,"comments":[]},"timeoriginalestimate":null,"customfield_10017":null,"customfield_10016":null,"customfield_10019":null,"customfield_10018":null,"votes":{"self":"https://zulipp.atlassian.net/rest/api/2/issue/TEST-4/votes","votes":0,"hasVoted":false},"fixVersions":[],"resolution":null,"resolutiondate":null,"aggregatetimeoriginalestimate":null,"duedate":null,"customfield_10020":null,"customfield_10021":"Not Started","watches":{"self":"https://zulipp.atlassian.net/rest/api/2/issue/TEST-4/watchers","watchCount":0,"isWatching":false},"worklog":{"startAt":0,"maxResults":20,"total":0,"worklogs":[]},"assignee":{"self":"https://zulipp.atlassian.net/rest/api/2/user?username=leo","name":"leo","emailAddress":"leo@zulip.com","avatarUrls":{"16x16":"https://zulipp.atlassian.net/secure/useravatar?size=xsmall&avatarId=10122","24x24":"https://zulipp.atlassian.net/secure/useravatar?size=small&avatarId=10122","32x32":"https://zulipp.atlassian.net/secure/useravatar?size=medium&avatarId=10122","48x48":"https://zulipp.atlassian.net/secure/useravatar?avatarId=10122"},"displayName":"Leonardo Franchi [Administrator]","active":true},"attachment":[],"aggregatetimeestimate":null,"versions":[],"timeestimate":null,"aggregatetimespent":null}},"timestamp":1378480824183} diff --git a/zerver/fixtures/jira/jira_deleted.json b/zerver/fixtures/jira/jira_deleted.json index abf14abfb0..42479c64fc 100644 --- a/zerver/fixtures/jira/jira_deleted.json +++ b/zerver/fixtures/jira/jira_deleted.json @@ -157,4 +157,4 @@ "aggregatetimespent": null } } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_postfunction_hook.json b/zerver/fixtures/jira/jira_postfunction_hook.json index 7f944bfd68..be64920954 100644 --- a/zerver/fixtures/jira/jira_postfunction_hook.json +++ b/zerver/fixtures/jira/jira_postfunction_hook.json @@ -164,4 +164,4 @@ } }, "timestamp": 1369321658777 -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_postfunction_resolved.json b/zerver/fixtures/jira/jira_postfunction_resolved.json index ac6bb072cf..e5dfe0c84a 100644 --- a/zerver/fixtures/jira/jira_postfunction_resolved.json +++ b/zerver/fixtures/jira/jira_postfunction_resolved.json @@ -164,4 +164,4 @@ } }, "timestamp": 1369331158595 -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_postfunction_started.json b/zerver/fixtures/jira/jira_postfunction_started.json index c278fc287f..33b371c89a 100644 --- a/zerver/fixtures/jira/jira_postfunction_started.json +++ b/zerver/fixtures/jira/jira_postfunction_started.json @@ -159,4 +159,4 @@ } }, "timestamp": 1369331091797 -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_reassigned.json b/zerver/fixtures/jira/jira_reassigned.json index ab15805e13..cde2352d17 100644 --- a/zerver/fixtures/jira/jira_reassigned.json +++ b/zerver/fixtures/jira/jira_reassigned.json @@ -140,4 +140,4 @@ } ] } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_reopened.json b/zerver/fixtures/jira/jira_reopened.json index ce0f5f07f8..52b9d7cc0a 100644 --- a/zerver/fixtures/jira/jira_reopened.json +++ b/zerver/fixtures/jira/jira_reopened.json @@ -294,4 +294,4 @@ "created": "2013-03-27T21:05:45.471+0000", "updated": "2013-03-27T21:05:45.471+0000" } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_resolved.json b/zerver/fixtures/jira/jira_resolved.json index 187896519a..0008106ba8 100644 --- a/zerver/fixtures/jira/jira_resolved.json +++ b/zerver/fixtures/jira/jira_resolved.json @@ -220,4 +220,4 @@ "created": "2013-03-27T17:06:54.513+0000", "updated": "2013-03-27T17:06:54.513+0000" } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_unknown.json b/zerver/fixtures/jira/jira_unknown.json index b3b52b9969..dc3cd83998 100644 --- a/zerver/fixtures/jira/jira_unknown.json +++ b/zerver/fixtures/jira/jira_unknown.json @@ -186,4 +186,4 @@ "created": "2013-03-27T17:05:34.250+0000", "updated": "2013-03-27T17:05:34.250+0000" } -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_updated_priority.json b/zerver/fixtures/jira/jira_updated_priority.json index c3119f718a..8263065d4a 100644 --- a/zerver/fixtures/jira/jira_updated_priority.json +++ b/zerver/fixtures/jira/jira_updated_priority.json @@ -218,4 +218,4 @@ ] }, "timestamp": 1393444633145 -} \ No newline at end of file +} diff --git a/zerver/fixtures/jira/jira_watch_mention_updated.json b/zerver/fixtures/jira/jira_watch_mention_updated.json index 212643d171..eb2330562b 100644 --- a/zerver/fixtures/jira/jira_watch_mention_updated.json +++ b/zerver/fixtures/jira/jira_watch_mention_updated.json @@ -218,4 +218,4 @@ "updated": "2013-10-07T11:45:07.961-0400" }, "timestamp": 1381160707966 -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_accepted.json b/zerver/fixtures/pivotal/pivotal_v5_accepted.json index b6d811aebb..51d8af0b50 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_accepted.json +++ b/zerver/fixtures/pivotal/pivotal_v5_accepted.json @@ -44,4 +44,4 @@ "id": 981905 }, "message": "Leo Franchi accepted this feature" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_commented.json b/zerver/fixtures/pivotal/pivotal_v5_commented.json index 9bef75da25..0a29bb8555 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_commented.json +++ b/zerver/fixtures/pivotal/pivotal_v5_commented.json @@ -65,4 +65,4 @@ ], "project_version": 61, "highlight": "added comment:" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_created.json b/zerver/fixtures/pivotal/pivotal_v5_created.json index ade19d7d26..3a1f51022d 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_created.json +++ b/zerver/fixtures/pivotal/pivotal_v5_created.json @@ -56,4 +56,4 @@ } ], "kind": "story_create_activity" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_created_estimate.json b/zerver/fixtures/pivotal/pivotal_v5_created_estimate.json index 61ca636cd1..182d7d5aae 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_created_estimate.json +++ b/zerver/fixtures/pivotal/pivotal_v5_created_estimate.json @@ -42,4 +42,4 @@ "id": 981905 }, "message": "Leo Franchi estimated this feature as 3 points" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_delivered.json b/zerver/fixtures/pivotal/pivotal_v5_delivered.json index ea0abd0ff7..8d99b57676 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_delivered.json +++ b/zerver/fixtures/pivotal/pivotal_v5_delivered.json @@ -44,4 +44,4 @@ ], "project_version": 64, "highlight": "delivered" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_finished.json b/zerver/fixtures/pivotal/pivotal_v5_finished.json index 0f9d13ecbe..cd7ae925d2 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_finished.json +++ b/zerver/fixtures/pivotal/pivotal_v5_finished.json @@ -44,4 +44,4 @@ "occurred_at": 1389218709000, "guid": "807213_65", "kind": "story_update_activity" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_moved.json b/zerver/fixtures/pivotal/pivotal_v5_moved.json index aee6391829..c4e6e3904f 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_moved.json +++ b/zerver/fixtures/pivotal/pivotal_v5_moved.json @@ -46,4 +46,4 @@ } ], "kind": "story_move_activity" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_rejected.json b/zerver/fixtures/pivotal/pivotal_v5_rejected.json index f13bfacf35..d454165ae4 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_rejected.json +++ b/zerver/fixtures/pivotal/pivotal_v5_rejected.json @@ -67,4 +67,4 @@ ], "project_version": 73, "highlight": "rejected" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_started.json b/zerver/fixtures/pivotal/pivotal_v5_started.json index 30865ef43d..dae5dca3f4 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_started.json +++ b/zerver/fixtures/pivotal/pivotal_v5_started.json @@ -44,4 +44,4 @@ "occurred_at": 1389218898000, "guid": "807213_78", "kind": "story_update_activity" -} \ No newline at end of file +} diff --git a/zerver/fixtures/pivotal/pivotal_v5_type_changed.json b/zerver/fixtures/pivotal/pivotal_v5_type_changed.json index fde5973a6c..85d81062ed 100644 --- a/zerver/fixtures/pivotal/pivotal_v5_type_changed.json +++ b/zerver/fixtures/pivotal/pivotal_v5_type_changed.json @@ -44,4 +44,4 @@ ], "project_version": 82, "highlight": "edited" -} \ No newline at end of file +} diff --git a/zerver/fixtures/stash/stash_push.json b/zerver/fixtures/stash/stash_push.json index 8bcaaae9b6..f6c5e9028b 100644 --- a/zerver/fixtures/stash/stash_push.json +++ b/zerver/fixtures/stash/stash_push.json @@ -113,4 +113,4 @@ "start":0, "filter":null } -} \ No newline at end of file +}