chore: use gofumpt for code formatting
This commit is contained in:
@@ -20,7 +20,8 @@ type UpdaterLooper interface {
|
||||
func newUpdaterHandler(
|
||||
ctx context.Context,
|
||||
looper UpdaterLooper,
|
||||
warner warner) http.Handler {
|
||||
warner warner,
|
||||
) http.Handler {
|
||||
return &updaterHandler{
|
||||
ctx: ctx,
|
||||
looper: looper,
|
||||
|
||||
Reference in New Issue
Block a user