Skip to content

Commit 77c359f

Browse files
committed
Code review changes
1 parent 18a0ae5 commit 77c359f

File tree

1 file changed

+1
-1
lines changed
  • staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf

1 file changed

+1
-1
lines changed

staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func (b bodyGen) doStruct(sw *generator.SnippetWriter) error {
399399
}
400400
extras = append(extras, fmt.Sprintf("%s = %s", k, v))
401401
}
402-
sort.Strings(extras))
402+
sort.Strings(extras)
403403
if len(extras) > 0 {
404404
fmt.Fprintf(out, " [")
405405
fmt.Fprint(out, strings.Join(extras, ", "))

0 commit comments

Comments
 (0)