From 60a1d7848e58410da626d70fd0e600b2af764eae Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Tue, 26 Dec 2023 10:12:13 +0000 Subject: [PATCH] fixup! feat: clean up and documentation Signed-off-by: Brian McGee --- internal/cli/format.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/cli/format.go b/internal/cli/format.go index 5a0dbd8..4d34602 100644 --- a/internal/cli/format.go +++ b/internal/cli/format.go @@ -159,7 +159,6 @@ func (f *Format) Run() error { count := 0 for path := range pathsCh { - // todo cycle detection in Befores for _, formatter := range cfg.Formatters { if formatter.Wants(path) { pendingCh <- path