branch: elpa/fedi
commit 3829c67c124c2ee462d06c484b3e7435709ce5bf
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
indent 2
---
fedi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi.el b/fedi.el
index 4105074ddb2..28881ce8441 100644
--- a/fedi.el
+++ b/fedi.el
@@ -51,7 +51,7 @@ HEADERS is an alist that will be bound as
`url-request-extra-headers'.
To use this macro, you first need to set `fedi-package-prefix' to
the name of your package."
(declare (debug t)
- (indent 1))
+ (indent 2))
(let ((req-fun (intern (concat "fedi-http--" method))))
`(defun ,(intern (concat fedi-package-prefix "-" name)) ,args
(let* ((url (fedi-http--api ,endpoint))