Skip to content

Commit

Permalink
indent: rip out old go 1.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonsinth committed Nov 22, 2023
1 parent 6093b09 commit 7ccaf0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
10 changes: 0 additions & 10 deletions cmd/grpcurl/go1_10.go

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/grpcurl/grpcurl.go
Expand Up @@ -825,7 +825,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 7ccaf0a

Please sign in to comment.