Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c6d99ec

Browse files
committed
lint
Signed-off-by: Joe Elliott <[email protected]>
1 parent 129f919 commit c6d99ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex-mixin/dashboards/dashboard-utils.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ local utils = import 'mixin-utils/utils.libsonnet';
7878
],
7979
},
8080

81-
// hiddenLegendQueryPanel is a standard query panel designed to handle a large number of series. it hides the legend, doesn't fill the series and
81+
// hiddenLegendQueryPanel is a standard query panel designed to handle a large number of series. it hides the legend, doesn't fill the series and
8282
// sorts the tooltip descending
8383
hiddenLegendQueryPanel(queries, legends, legendLink=null)::
84-
$.queryPanel(queries, legends, legendLink) +
84+
$.queryPanel(queries, legends, legendLink) +
8585
{
8686
legend: { show: false },
8787
fill: 0,

0 commit comments

Comments
 (0)