mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-16 05:33:30 +02:00
chore: use gofumpt for code formatting
This commit is contained in:
@@ -10,7 +10,8 @@ import (
|
||||
|
||||
func New(statusApplier StatusApplier,
|
||||
settings settings.DNS,
|
||||
updateTicker chan<- struct{}) *State {
|
||||
updateTicker chan<- struct{},
|
||||
) *State {
|
||||
return &State{
|
||||
statusApplier: statusApplier,
|
||||
settings: settings,
|
||||
|
||||
Reference in New Issue
Block a user