From 3a6aaee236d24b93084b281fbdcdb8ab15035f80 Mon Sep 17 00:00:00 2001 From: Seednode Date: Tue, 30 Jan 2024 06:42:59 -0600 Subject: [PATCH] Remove extraneous newline, why is this a commit? No idea --- cmd/index.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/index.go b/cmd/index.go index b800ead..b3c07d0 100644 --- a/cmd/index.go +++ b/cmd/index.go @@ -195,6 +195,7 @@ func registerIndexInterval(args []string, index *fileIndex, formats types.Types, return } + ticker := time.NewTicker(interval) go func() {