Skip to content

Commit 19d1ee9

Browse files
committed
fix linter issues
1 parent 1faa0be commit 19d1ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/pkg/errors/errors.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ To enable it, run:
150150
IAAS_SECURITY_GROUP_RULE_PROTOCOL_PORT_RANGE_CONFLICT = `"port-range-min" and "port-range-max" attributes can't be provided if "protocol-name" is set to "icmp" or "ipv6-icmp"`
151151

152152
IAAS_SECURITY_GROUP_RULE_PROTOCOL_PARAMETERS_CONFLICT = `"icmp-parameter-code" and "icmp-parameter-type" attributes can't be provided if "protocol-name" is not "icmp" or "ipv6-icmp"`
153-
154-
IAAS_SERVER_NIC_ATTACH_MISSING_NIC_ID = `The "network-interface-id" flag must be provided if the "create" flag is not provided.`
153+
154+
IAAS_SERVER_NIC_ATTACH_MISSING_NIC_ID = `The "network-interface-id" flag must be provided if the "create" flag is not provided.`
155155

156156
IAAS_SERVER_NIC_DETACH_MISSING_NIC_ID = `The "network-interface-id" flag must be provided if the "delete" flag is not provided.`
157157
)
@@ -170,7 +170,7 @@ type SecurityGroupRuleProtocolPortRangeConflictError struct {
170170

171171
func (e *SecurityGroupRuleProtocolPortRangeConflictError) Error() string {
172172
return IAAS_SECURITY_GROUP_RULE_PROTOCOL_PORT_RANGE_CONFLICT
173-
)
173+
}
174174

175175
type ServerNicAttachMissingNicIdError struct {
176176
Cmd *cobra.Command

0 commit comments

Comments
 (0)