chore(lint): more lint fixing

This commit is contained in:
Adrien Raffin-Caboisse 2022-02-14 18:24:37 +01:00
parent d8c4c3163b
commit 5f642eef76
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A
3 changed files with 14 additions and 7 deletions

View file

@ -218,6 +218,7 @@ func containsString(ss []string, s string) bool {
return true
}
}
return false
}