chore: use gofumpt for code formatting
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
)
|
||||
|
||||
func newHandlerV0(ctx context.Context, logger infoWarner,
|
||||
vpn VPNLooper, dns DNSLoop, updater UpdaterLooper) http.Handler {
|
||||
vpn VPNLooper, dns DNSLoop, updater UpdaterLooper,
|
||||
) http.Handler {
|
||||
return &handlerV0{
|
||||
ctx: ctx,
|
||||
logger: logger,
|
||||
|
||||
Reference in New Issue
Block a user