Skip to content

Commit ff853d4

Browse files
committed
style tweak
1 parent 1d5de35 commit ff853d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-mutesting/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ MUTATOR:
275275
go func(c chan string) {
276276
for {
277277
file, more := <-c
278-
if more == false {
278+
if !more {
279279
wg.Done()
280280
return
281281
}

0 commit comments

Comments
 (0)