Skip to content

Commit 2b23fad

Browse files
committed
lint
1 parent dd211e0 commit 2b23fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/ipam/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func DiffSuppressFuncStandaloneIPandCIDR(_, oldValue, newValue string, _ *schema
4848
if ip, _, err := net.ParseCIDR(s); err == nil {
4949
return ip
5050
}
51+
5152
return net.ParseIP(s)
5253
}
5354

0 commit comments

Comments
 (0)