branch: elpa/go-mode
commit 0e030effcece9f69d4fd172db57a227a467823bb
Author: Dominik Honnef <[email protected]>
Commit: Dominik Honnef <[email protected]>

    style adjustment
---
 go-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/go-mode.el b/go-mode.el
index b72d25f..516aa9a 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -1086,8 +1086,7 @@ description at POINT."
    ((string= "-" output)
     "godef: expression is not defined anywhere")
    (t
-    output
-    )))
+    output)))
 
 (defun godef-describe (point)
   "Describe the expression at POINT."

Reply via email to