Skip to content

Commit 06f7da7

Browse files
committed
review changes
1 parent 2d09297 commit 06f7da7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stackit/internal/utils/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ func SupportedValuesDocumentation(values []string) string {
9191
return ""
9292
}
9393
return "Supported values are: " + strings.Join(QuoteValues(values), ", ") + "."
94-
9594
}
9695

9796
func QuoteValues(values []string) []string {

0 commit comments

Comments
 (0)