Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebeau committed Aug 19, 2024
1 parent d0fb60c commit 5c995d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func isValidURL(u string) bool {
return err == nil
}

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

0 comments on commit 5c995d8

Please sign in to comment.