Skip to content

Commit e596ed4

Browse files
committed
fix lint formating errs
1 parent 87b1677 commit e596ed4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ const (
6666
type MTPNCStatus string
6767

6868
const (
69-
MTPNCStatusReady MTPNCStatus = "Ready"
70-
MTPNCStatusPending MTPNCStatus = "Pending"
71-
MTPNCStatusInternalError MTPNCStatus = "InternalError"
72-
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
73-
MTPNCStatusSubnetExhaustionError MTPNCStatus = "SubnetExhaustionError"
74-
MTPNCStatusNodeLinkedToAnotherMTPNC MTPNCStatus = "NodeLinkedToAnotherMTPNC"
69+
MTPNCStatusReady MTPNCStatus = "Ready"
70+
MTPNCStatusPending MTPNCStatus = "Pending"
71+
MTPNCStatusInternalError MTPNCStatus = "InternalError"
72+
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
73+
MTPNCStatusSubnetExhaustionError MTPNCStatus = "SubnetExhaustionError"
74+
MTPNCStatusNodeLinkedToAnotherMTPNC MTPNCStatus = "NodeLinkedToAnotherMTPNC"
7575
)
7676

7777
type InterfaceInfo struct {

0 commit comments

Comments
 (0)