Apply gofmt
This commit is contained in:
parent
e27e355b75
commit
6c798699f8
|
@ -40,12 +40,12 @@ type task struct {
|
|||
}
|
||||
|
||||
type daemon struct {
|
||||
config *Config
|
||||
taskgroup *errgroup.Group
|
||||
tasks map[LogID]task
|
||||
logsLoadedAt time.Time
|
||||
logListToken *loglist.ModificationToken
|
||||
logListError string
|
||||
config *Config
|
||||
taskgroup *errgroup.Group
|
||||
tasks map[LogID]task
|
||||
logsLoadedAt time.Time
|
||||
logListToken *loglist.ModificationToken
|
||||
logListError string
|
||||
logListErrorAt time.Time
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue