From 5d1e5edd0709a70c81a9fc846ff3292a9a270544 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 9 Jan 2023 16:06:20 +1100 Subject: remove first empty line in docstrings --- lisp/mastodon-search.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/mastodon-search.el') diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 1aed676..24ddfb3 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -230,13 +230,11 @@ user's profile note. This is also called by (defun mastodon-search--get-id-from-status (status) "Fetch the id from a STATUS returned by a search call to the server. - We use this to fetch the complete status from the server." (alist-get 'id status)) (defun mastodon-search--fetch-full-status-from-id (id) "Fetch the full status with id ID from the server. - This allows us to access the full account etc. details and to render them properly." (let* ((url (concat mastodon-instance-url "/api/v1/statuses/" (mastodon-tl--as-string id))) -- cgit v1.2.3