aboutsummaryrefslogtreecommitdiff
path: root/sx-networks.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-networks.el')
-rw-r--r--sx-networks.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/sx-networks.el b/sx-networks.el
index f5aa9f5..e4660af 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -64,10 +64,10 @@ Sets cache and then uses `sx-network--get-associated' to update
the variables."
(sx-cache-set 'network-user
(sx-method-call 'me
- :submethod 'associated
- :keywords '((types . (main_site meta_site)))
- :filter sx-network--user-filter
- :auth t))
+ :submethod 'associated
+ :keywords '((types . (main_site meta_site)))
+ :filter sx-network--user-filter
+ :auth t))
(sx-network--get-associated))
(defun sx-network--initialize ()