Skip to content

Commit fb3f6c5

Browse files
committed
gofmt pluginmanager_test.go
1 parent 52970f3 commit fb3f6c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cns/deviceplugin/pluginmanager_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ func TestPluginManagerStartStop(t *testing.T) {
145145
}
146146

147147
type fakeKubelet struct {
148-
// Required by newer protoc-gen-go-grpc to satisfy v1beta1.RegistrationServer
149-
v1beta1.UnimplementedRegistrationServer
148+
// Required by newer protoc-gen-go-grpc to satisfy v1beta1.RegistrationServer
149+
v1beta1.UnimplementedRegistrationServer
150150

151-
vnetPluginRegisterChan chan string
152-
ibPluginRegisterChan chan string
153-
pluginPrefix string
151+
vnetPluginRegisterChan chan string
152+
ibPluginRegisterChan chan string
153+
pluginPrefix string
154154
}
155155

156156
func (f *fakeKubelet) Register(_ context.Context, req *v1beta1.RegisterRequest) (*v1beta1.Empty, error) {

0 commit comments

Comments
 (0)