WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 261f3fe

Browse files
authored
Fix lint issues on master (#4571)
Signed-off-by: JamesMurkin <[email protected]>
1 parent 9e57c29 commit 261f3fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

internal/common/util/taints.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ import (
66
"github.com/armadaproject/armada/internal/common/constants"
77
)
88

9-
const EmptyReservationName = "unspecified"
10-
const NoReservationName = "none"
9+
const (
10+
EmptyReservationName = "unspecified"
11+
NoReservationName = "none"
12+
)
1113

1214
func GetReservationName(taints []v1.Taint) string {
1315
for _, taint := range taints {

0 commit comments

Comments
 (0)