GODT-1833: Linter and pipeline fix after rebase.

This commit is contained in:
Jakub
2022-08-30 11:54:50 +02:00
parent 8592153c0f
commit 3c6f80e520
3 changed files with 4 additions and 5 deletions

View File

@ -66,7 +66,7 @@ type Bridge struct {
lastVersion string
}
func New(
func New( //nolint:funlen
locations Locator,
cacheProvider CacheProvider,
setting SettingsProvider,