Skip to content

Commit

Permalink
Merge pull request zimmski#68 from zimmski/fix-gofmt-s
Browse files Browse the repository at this point in the history
Follow up the "gofmt -s" change
  • Loading branch information
zimmski authored Nov 1, 2018
2 parents f90d14f + 300402b commit 44ec3af
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 44ec3af

Please sign in to comment.