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-toot-tests.el | |
parent | 40f32fb82a29d3f057e195305a7d416241f2fc53 (diff) |
Clean up whitespace
Diffstat (limited to 'test/mastodon-toot-tests.el')
-rw-r--r-- | test/mastodon-toot-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mastodon-toot-tests.el b/test/mastodon-toot-tests.el index 3e25536..0734723 100644 --- a/test/mastodon-toot-tests.el +++ b/test/mastodon-toot-tests.el @@ -20,7 +20,7 @@ (ert-deftest toot-multi-mentions () (let ((mastodon-auth--acct-alist '(("https://local.social". "null"))) - (mastodon-instance-url "https://local.social")) + (mastodon-instance-url "https://local.social")) (should (string= (mastodon-toot--mentions mastodon-toot-multi-mention) "@local@local.social @federated@federated.social @federated@federated.cafe ")))) @@ -36,7 +36,7 @@ (ert-deftest toot-no-mention () (let ((mastodon-auth--acct-alist '(("https://local.social". "null"))) - (mastodon-instance-url "https://local.social")) + (mastodon-instance-url "https://local.social")) (should (string= (mastodon-toot--mentions mastodon-toot-no-mention) "")))) (ert-deftest cancel () |