Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Mar 5, 2024
1 parent ac8c740 commit 8353c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/schema_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ func isDeprecationNotNil(d *DeprecationInfo) bool {
return d != nil
}

// this is needed so that a nil slice is mapped to nil instead of &nil
// int64SlicePtrFromCertificatePtrSlice is needed so that a nil slice is mapped to nil instead of &nil.
func int64SlicePtrFromCertificatePtrSlice(s []*Certificate) *[]int64 {
if s == nil {
return nil
Expand Down

0 comments on commit 8353c9b

Please sign in to comment.