Skip to content

Commit

Permalink
Follow up the "gofmt -s" change
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmski committed Nov 1, 2018
1 parent f90d14f commit 300402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutator/expression/comparison.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func MutatorComparison(pkg *types.Package, info *types.Info, node ast.Node) []mu
}

return []mutator.Mutation{
mutator.Mutation{
{
Change: func() {
n.Op = r
},
Expand Down

0 comments on commit 300402b

Please # to comment.