mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-25 13:27:31 +02:00
chore: use gofumpt for code formatting
This commit is contained in:
@@ -11,6 +11,7 @@ func (l *Loop) GetSettings() (settings settings.HTTPProxy) {
|
||||
}
|
||||
|
||||
func (l *Loop) SetSettings(ctx context.Context, settings settings.HTTPProxy) (
|
||||
outcome string) {
|
||||
outcome string,
|
||||
) {
|
||||
return l.state.SetSettings(ctx, settings)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user