Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 12, 2024
1 parent 9bcc61b commit 678633e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboards/jupyterhub.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ local prometheus = grafonnet.query.prometheus;
metric,
self.onComponentLabel(
component,
cmp=if multi then '!=' else '=', group_left='container, label_component',
cmp=if multi then '!=' else '=',
group_left='container, label_component',
namespace=namespace,
),
],
Expand Down

0 comments on commit 678633e

Please sign in to comment.