Skip to content

Commit 4c4a00f

Browse files
test: fix gofmt alignment in struct fields
Signed-off-by: Artem Muterko <artem@sopho.tech>
1 parent 7a107f7 commit 4c4a00f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/alertmanager/alertspb/compat_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ func TestToProto(t *testing.T) {
5858

5959
func TestParseTemplates(t *testing.T) {
6060
tests := []struct {
61-
name string
62-
cfg AlertConfigDesc
63-
expected map[string]string
61+
name string
62+
cfg AlertConfigDesc
63+
expected map[string]string
6464
}{
6565
{
6666
name: "no templates",

0 commit comments

Comments
 (0)