From 8868bfa20dab36a76c6dae78851cbd4dc5aa4acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 28 Sep 2023 13:42:49 +0200 Subject: [PATCH] Run gofmt --- config/config.go | 4 ++-- config/config_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.go b/config/config.go index 3269a2e..7e917f7 100644 --- a/config/config.go +++ b/config/config.go @@ -77,8 +77,8 @@ type alertmanagerConfig struct { } type resolvedConfig struct { - Tags []string - Icon string + Tags []string + Icon string Priority string } diff --git a/config/config_test.go b/config/config_test.go index e10585a..cc317e1 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -105,8 +105,8 @@ cache { URL: "https://alertmanager.xenrox.net", }, Resolved: resolvedConfig{ - Tags: []string{"resolved", "partying_face"}, - Icon: "https://foo.com/resolved.png", + Tags: []string{"resolved", "partying_face"}, + Icon: "https://foo.com/resolved.png", Priority: "1", }, } -- 2.44.0