Skip to content

Commit 60a1d78

Browse files
committed
fixup! feat: clean up and documentation
Signed-off-by: Brian McGee <[email protected]>
1 parent 7c137bf commit 60a1d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/cli/format.go

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ func (f *Format) Run() error {
159159
count := 0
160160

161161
for path := range pathsCh {
162-
// todo cycle detection in Befores
163162
for _, formatter := range cfg.Formatters {
164163
if formatter.Wants(path) {
165164
pendingCh <- path

0 commit comments

Comments
 (0)