Skip to content

Commit 82a6312

Browse files
committed
lint.
Signed-off-by: Cyril Tovena <[email protected]>
1 parent 01a9552 commit 82a6312

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

mixin-utils/utils.libsonnet

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,17 @@ local g = import 'grafana-builder/grafana.libsonnet';
123123
// - groups: the list of rule groups containing alerts.
124124
// - url_format: an URL format for the runbook, the alert name will be substituted in the URL.
125125
withRunbookURL(groups, url_format)::
126-
[
127-
group {
128-
rules: [
129-
alert {
130-
annotations+: {
131-
runbook_url: url_format % alert.alert,
132-
},
133-
}
134-
for alert in group.rules
135-
],
136-
}
137-
for group in groups
138-
],
126+
[
127+
group {
128+
rules: [
129+
alert {
130+
annotations+: {
131+
runbook_url: url_format % alert.alert,
132+
},
133+
}
134+
for alert in group.rules
135+
],
136+
}
137+
for group in groups
138+
],
139139
}

0 commit comments

Comments
 (0)