From d95e5d9838b9b00bd4ef9ec066df03cfc52596d7 Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Wed, 12 Feb 2025 17:07:28 -0700 Subject: [PATCH] style --- .../public/model/custom_profile_attributes_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/public/model/custom_profile_attributes_test.go b/server/public/model/custom_profile_attributes_test.go index a8044221947..6f2d9739de9 100644 --- a/server/public/model/custom_profile_attributes_test.go +++ b/server/public/model/custom_profile_attributes_test.go @@ -63,8 +63,8 @@ func TestCustomProfileAttributeSelectOptionIsValid(t *testing.T) { { name: "valid option without color", option: CustomProfileAttributesSelectOption{ - ID: NewId(), - Name: "Test Option", + ID: NewId(), + Name: "Test Option", }, wantErr: "", }, @@ -207,8 +207,8 @@ func TestCustomProfileAttributesSelectOptionsIsValid(t *testing.T) { Color: "#FF0000", }, { - ID: NewId(), - Name: "Option 2", + ID: NewId(), + Name: "Option 2", }, }, wantErr: "", @@ -222,8 +222,8 @@ func TestCustomProfileAttributesSelectOptionsIsValid(t *testing.T) { Color: "#FF0000", }, { - ID: "", - Name: "Option 2", + ID: "", + Name: "Option 2", }, }, wantErr: "invalid option at index 1: id cannot be empty",