Skip to content

Commit

Permalink
indent: rip out old go 1.9 support (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsinth authored Nov 22, 2023
1 parent 7a2b91d commit 83bbc3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
10 changes: 0 additions & 10 deletions cmd/grpcui/go1_10.go

This file was deleted.

10 changes: 0 additions & 10 deletions cmd/grpcui/go1_9.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/grpcui/grpcui.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ func prettify(docString string) string {
j++
}

return strings.Join(parts[:j], "\n"+indent())
return strings.Join(parts[:j], "\n")
}

func warn(msg string, args ...interface{}) {
Expand Down

0 comments on commit 83bbc3b

Please sign in to comment.