mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
fix spelling mistake
Fixed misspell warning pointed out by goreportcard.com: misspell 83% Misspell Finds commonly misspelled English words intel-device-plugins-for-kubernetes/internal/deviceplugin/deviceplugin_test.go Line 90: warning: "emtpy" is a misspelling of "empty" (misspell)
This commit is contained in:
parent
6c91dbd8f5
commit
fc36349e90
@ -87,7 +87,7 @@ func (ps *pluginStub) GetDevicePluginOptions(ctx context.Context, empty *plugina
|
|||||||
return new(pluginapi.DevicePluginOptions), nil
|
return new(pluginapi.DevicePluginOptions), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ps *pluginStub) ListAndWatch(emtpy *pluginapi.Empty, stream pluginapi.DevicePlugin_ListAndWatchServer) error {
|
func (ps *pluginStub) ListAndWatch(empty *pluginapi.Empty, stream pluginapi.DevicePlugin_ListAndWatchServer) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user