Skip to content

Commit b6cbade

Browse files
authored
wrap comments to 80cols
1 parent 36e4b25 commit b6cbade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/protoc-gen-go-grpc/grpc.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ func generateFileContent(gen *protogen.Plugin, file *protogen.File, g *protogen.
191191
// to the corresponding generated interface file.
192192
func genServiceComments(g *protogen.GeneratedFile, service *protogen.Service) {
193193
if service.Comments.Leading != "" {
194-
// Add empty comment line to attach this service's comments to the godoc comments previously output for all services.
194+
// Add empty comment line to attach this service's comments to
195+
// the godoc comments previously output for all services.
195196
g.P("//")
196197
g.P(strings.TrimSpace(service.Comments.Leading.String()))
197198
}

0 commit comments

Comments
 (0)