diff options
Diffstat (limited to 'internal/server/common.go')
| -rw-r--r-- | internal/server/common.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/server/common.go b/internal/server/common.go index 9c941cf..f4f9a42 100644 --- a/internal/server/common.go +++ b/internal/server/common.go @@ -475,9 +475,7 @@ func (e *ServerGetCurrentProfileNotFoundError) Error() string { type ServerGetConfigForceTCPError struct{} func (e *ServerGetConfigForceTCPError) Error() string { - return fmt.Sprintf( - "failed to get config, force TCP is on but the server does not support OpenVPN", - ) + return "failed to get config, force TCP is on but the server does not support OpenVPN" } type ServerEnsureServerEmptyURLError struct{} |
