Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsokolovsky committed Jun 28, 2024
1 parent 83505fc commit 7698d0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/resources/management.cattle.io/v3/setting/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ func effectiveValue(s v3.Setting) string {
return s.Value
} else if s.Default != "" {
return s.Default
} else {
return ""
}
return ""
}

0 comments on commit 7698d0e

Please sign in to comment.