From 90b2751f06798733e949c5fdb830bff46d5d89a7 Mon Sep 17 00:00:00 2001 From: "ben.ye" <ben.ye@bytedance.com> Date: Tue, 13 Jul 2021 19:48:01 -0700 Subject: [PATCH] fmt code Signed-off-by: ben.ye <ben.ye@bytedance.com> --- jsonnet/kube-prometheus/components/grafana.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonnet/kube-prometheus/components/grafana.libsonnet b/jsonnet/kube-prometheus/components/grafana.libsonnet index 33c7511e..def62d61 100644 --- a/jsonnet/kube-prometheus/components/grafana.libsonnet +++ b/jsonnet/kube-prometheus/components/grafana.libsonnet @@ -77,8 +77,8 @@ function(params) { dashboardSources: glib.grafana.dashboardSources, dashboardDefinitions: if std.length(g._config.dashboards) > 0 || - std.length(g._config.rawDashboards) > 0 || - std.length(g._config.folderDashboards) > 0 then { + std.length(g._config.rawDashboards) > 0 || + std.length(g._config.folderDashboards) > 0 then { apiVersion: 'v1', kind: 'ConfigMapList', items: glib.grafana.dashboardDefinitions, -- GitLab