emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode d900f72 060/495: extend indentation_tests/gh-15.go


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode d900f72 060/495: extend indentation_tests/gh-15.go
Date: Sat, 7 Aug 2021 09:04:43 -0400 (EDT)

branch: elpa/go-mode
commit d900f7222818740f175c7356c38e0efa17c4bdc3
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    extend indentation_tests/gh-15.go
---
 indentation_tests/gh-15.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/indentation_tests/gh-15.go b/indentation_tests/gh-15.go
index 4494ec6..4e8a9a4 100644
--- a/indentation_tests/gh-15.go
+++ b/indentation_tests/gh-15.go
@@ -5,3 +5,8 @@ func somewhatLongFunctionName(
        return
 }
 
+func foo(arg1 type1,
+       arg2 type2,
+       arg3 type3) {
+       return
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]