Skip to content

Commit f0fd592

Browse files
committed
Add none units to cpu count to pass linter
1 parent aacf86d commit f0fd592

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common-lib/common/panels/cpu/stat/count.libsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ base {
1616

1717
stylize(allLayers=true):
1818
(if allLayers then super.stylize() else {})
19-
+ generic.info.stylize(allLayers=false),
19+
+ generic.info.stylize(allLayers=false)
20+
+ g.panel.stat.standardOptions.withUnit('none'),
2021

2122
}

0 commit comments

Comments
 (0)