Remove extraneous newline, why is this a commit? No idea
This commit is contained in:
parent
dc3eda4047
commit
3a6aaee236
|
@ -195,6 +195,7 @@ func registerIndexInterval(args []string, index *fileIndex, formats types.Types,
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ticker := time.NewTicker(interval)
|
ticker := time.NewTicker(interval)
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in New Issue