Skip to content

Commit 4623730

Browse files
author
Pei PeiDong
committed
fix bugs
Signed-off-by: Pei PeiDong <[email protected]>
1 parent e53ed4e commit 4623730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plugin/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func getPluginSocketPath(resource spec.ResourceName) string {
105105

106106
func (plugin *nvidiaDevicePlugin) initialize() {
107107
plugin.server = grpc.NewServer([]grpc.ServerOption{}...)
108-
plugin.health = make(chan *rm.DeviceEvent,10)
108+
plugin.health = make(chan *rm.DeviceEvent, 10)
109109
plugin.stop = make(chan interface{})
110110
}
111111

0 commit comments

Comments
 (0)