Skip to content

Commit

Permalink
style: Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 28, 2023
1 parent fe8537a commit 2c32ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/collector/nvidia_gpus.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const nvidiaGpuJobMapCollectorSubsystem = "nvidia_gpu"

var (
jobMapLock = sync.RWMutex{}
jobMapLock = sync.RWMutex{}
nvidiaSmiPath = BatchJobExporterApp.Flag(
"collector.nvidia.smi.path",
"Absolute path to nvidia-smi executable.",
Expand Down

0 comments on commit 2c32ae8

Please sign in to comment.