From 7bfc66f35cf264eb004a65de0be8883fcc594726 Mon Sep 17 00:00:00 2001 From: Daniel Lemos Date: Sun, 23 Mar 2025 15:28:47 -0300 Subject: [PATCH] Format to make the linter happy --- pelican/plugins/share_post/test_share_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/plugins/share_post/test_share_post.py b/pelican/plugins/share_post/test_share_post.py index acb23bd..5ff33f9 100644 --- a/pelican/plugins/share_post/test_share_post.py +++ b/pelican/plugins/share_post/test_share_post.py @@ -63,5 +63,6 @@ def test_share_post(tmp_folder): ) assert ( - share_links["bluesky"] == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html" + share_links["bluesky"] + == "https://bsky.app/intent/compose?text=Test%20post%20/test-post.html" )