quick lint while doing other prs (#13726)

This commit is contained in:
Marko
2022-11-02 11:12:36 +00:00
committed by GitHub
parent 97bd2ab792
commit dc004c85f2
5 changed files with 6 additions and 11 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ import (
"google.golang.org/protobuf/reflect/protoreflect"
)
type stringValueRenderer struct {
}
type stringValueRenderer struct{}
// NewStringValueRenderer returns a ValueRenderer for protocol buffer string values.
// It renders the string as-is without quotation.