Skip to content

Commit b31e645

Browse files
committed
Rename to join
1 parent d4697e6 commit b31e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/internal/golang/fix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const (
6565
fixInlineCall = "inline_call"
6666
fixInvertIfCondition = "invert_if_condition"
6767
fixSplitLines = "split_lines"
68-
fixJoinLines = "group_lines"
68+
fixJoinLines = "join_lines"
6969
)
7070

7171
// ApplyFix applies the specified kind of suggested fix to the given

0 commit comments

Comments
 (0)