diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2018-08-09 23:31:37 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | bb20dfd108f12f8b43bbd5081b8d5447569e5834 (patch) | |
tree | 96c3e559c4a06f4b9dd7b001d8e52cc9675f7546 /test/mastodon-notifications-test.el | |
parent | 40f32fb82a29d3f057e195305a7d416241f2fc53 (diff) |
Clean up whitespace
Diffstat (limited to 'test/mastodon-notifications-test.el')
-rw-r--r-- | test/mastodon-notifications-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mastodon-notifications-test.el b/test/mastodon-notifications-test.el index 9758123..ba08bd4 100644 --- a/test/mastodon-notifications-test.el +++ b/test/mastodon-notifications-test.el @@ -197,7 +197,7 @@ notification to be tested." (timestamp (cdr (assoc 'created_at sample)))) (with-temp-buffer (funcall fun sample) (buffer-substring-no-properties (point-min) (point-max))))) - + (ert-deftest mastodon-notifications--test-byline-concat () "Ensure proper suffix is appended to action." (should (and |