chore: use gofumpt for code formatting
This commit is contained in:
@@ -8,7 +8,8 @@ import (
|
||||
|
||||
func New(status models.LoopStatus,
|
||||
start chan<- struct{}, running <-chan models.LoopStatus,
|
||||
stop chan<- struct{}, stopped <-chan struct{}) *State {
|
||||
stop chan<- struct{}, stopped <-chan struct{},
|
||||
) *State {
|
||||
return &State{
|
||||
status: status,
|
||||
start: start,
|
||||
|
||||
Reference in New Issue
Block a user