Run go fmt

This commit is contained in:
Alexey Yerin 2021-01-18 23:25:57 +03:00
parent 202aca33bb
commit e471749a85
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ import (
"github.com/spf13/pflag" "github.com/spf13/pflag"
) )
type TranslateSettings struct{ type TranslateSettings struct {
proxy *url.URL proxy *url.URL
userAgent string userAgent string
} }