Skip to content

Commit

Permalink
Signed-off-by: Srikanth <[email protected]>
Browse files Browse the repository at this point in the history
Fix whitespace issue
  • Loading branch information
srikiz committed Nov 3, 2020
1 parent 7d13f77 commit 190feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func FormatCounters(c []Counter) (string, error) {

var metricsFormat = `
{{ range $dev := . }}{{ range $val := $dev }}
{{ $val.Name }}{gpu="{{ $val.GPU }}", UUID="{{ $val.GPUUUID }}", device="{{ $val.GPUDevice }}"
{{ $val.Name }}{gpu="{{ $val.GPU }}",UUID="{{ $val.GPUUUID }}",device="{{ $val.GPUDevice }}"
{{- range $k, $v := $val.Attributes -}}
,{{ $k }}="{{ $v }}"
Expand Down

0 comments on commit 190feda

Please sign in to comment.