diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-14 15:56:01 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-14 15:56:01 -0500 |
commit | 3593d62493b072b162abfec83a0e3081092738f0 (patch) | |
tree | 976d27e665b1dc86fd5b6834801dc1cbaed9d1b7 | |
parent | a1a5ccb76329d835adafdf117883199c92de44cb (diff) |
Remove unneeded newline
-rw-r--r-- | sx-auth.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ questions)." (interactive) (setq sx-auth-access-token - (let ( - (url (concat + (let ((url (concat sx-auth-root "?" (sx-request--build-keyword-arguments |