Skip to content

Commit 44ec3af

Browse files
authored
Merge pull request #68 from zimmski/fix-gofmt-s
Follow up the "gofmt -s" change
2 parents f90d14f + 300402b commit 44ec3af

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)