Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint error: fmt.Sprintf() on string
Fixes the following golanci-lint error: ``` printf: non-constant format string in call to fmt.Sprintf ``` Since `c.cf.TCPDomain` is a string, we can just return it without the `fmt.Sprintf()` wrapper.
- Loading branch information