mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
Remove double boilerplate
This commit is contained in:
@@ -260,7 +260,6 @@ func Run(g *Generator) {
|
|||||||
if len(g.Conditional) > 0 {
|
if len(g.Conditional) > 0 {
|
||||||
fmt.Fprintf(buf, "// +build %s\n\n", g.Conditional)
|
fmt.Fprintf(buf, "// +build %s\n\n", g.Conditional)
|
||||||
}
|
}
|
||||||
buf.Write(boilerplate)
|
|
||||||
|
|
||||||
for _, outputPackage := range outputPackages {
|
for _, outputPackage := range outputPackages {
|
||||||
p := outputPackage.(*protobufPackage)
|
p := outputPackage.(*protobufPackage)
|
||||||
|
Reference in New Issue
Block a user