mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-04 21:58:47 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package utils
|
||||
|
||||
// DeduplicateStrings deduplicate string list, empty items are dropped
|
||||
// DeduplicateStrings deduplicate string list, empty items are dropped.
|
||||
func DeduplicateStrings(src []string) []string {
|
||||
m := make(map[string]struct{}, len(src))
|
||||
dst := make([]string, 0, len(src))
|
||||
|
Reference in New Issue
Block a user