Skip to content

Commit 9ecf47f

Browse files
committed
linter fix
Signed-off-by: Swati Gupta <[email protected]>
1 parent 9548a36 commit 9ecf47f

File tree

1 file changed

+1
-1
lines changed
  • cmd/compute-domain-kubelet-plugin

1 file changed

+1
-1
lines changed

cmd/compute-domain-kubelet-plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Flags struct {
5151
nvidiaCDIHookPath string
5252
kubeletRegistrarDirectoryPath string
5353
kubeletPluginsDirectoryPath string
54-
healthcheckPort int
54+
healthcheckPort int
5555
}
5656

5757
type Config struct {

0 commit comments

Comments
 (0)