fixup! feat: clean up and documentation

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2023-12-26 10:12:13 +00:00
parent 7c137bfe35
commit 60a1d7848e
Signed by: brianmcgee
GPG Key ID: D49016E76AD1E8C0

View File

@ -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