Fix wsl lint in SCIM export string dedupe
Add required blank line before append in uniqueNonEmptyStrings. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
@@ -353,6 +353,7 @@ func uniqueNonEmptyStrings(values []string) []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
seen[key] = struct{}{}
|
seen[key] = struct{}{}
|
||||||
|
|
||||||
out = append(out, value)
|
out = append(out, value)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user