Skip to content

Commit 5c995d8

Browse files
committed
Fix lint error
1 parent d0fb60c commit 5c995d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func isValidURL(u string) bool {
2323
return err == nil
2424
}
2525

26-
// Subtract two slices, c = a - b
26+
// Subtract two slices, c = a - b.
2727
func subtractStringSlice(a []string, b []string) []string {
2828
bMap := make(map[string]struct{})
2929
for _, v := range b {

0 commit comments

Comments
 (0)