gofmt runned

This commit is contained in:
Jakub Vavřík
2021-01-28 18:26:43 +01:00
parent 879cd4b33d
commit ac4d934c86
7 changed files with 21 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
package v1alpha1
import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime"
)
func addDefaultingFuncs(scheme *runtime.Scheme) error {

View File

@@ -37,4 +37,4 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&FleetAgentConfig{},
)
return nil
}
}