Fix lint issues

This commit is contained in:
9seconds
2021-07-30 16:34:00 +03:00
parent c85c88efd6
commit 1050ca0b97
20 changed files with 58 additions and 57 deletions
+1 -1
View File
@@ -16,5 +16,5 @@ func (r *Run) Run(cli *CLI, version string) error {
return fmt.Errorf("cannot init config: %w", err)
}
return runProxy(conf, version)
return runProxy(conf, version)
}