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