Skip to content

Commit 300402b

Browse files
committed
Follow up the "gofmt -s" change
1 parent f90d14f commit 300402b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mutator/expression/comparison.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func MutatorComparison(pkg *types.Package, info *types.Info, node ast.Node) []mu
3333
}
3434

3535
return []mutator.Mutation{
36-
mutator.Mutation{
36+
{
3737
Change: func() {
3838
n.Op = r
3939
},

0 commit comments

Comments
 (0)