Skip to content

Commit

Permalink
Sorted imports for generated matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias Öhrn committed Nov 27, 2020
1 parent 71dba94 commit 110890a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mockgen/mockgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,9 @@ func generateMatcherSourceCode(t model.Type, packageMap map[string]string) strin
package matchers
import (
"reflect"
"github.com/petergtz/pegomock"
"reflect"
%v
)
Expand Down

0 comments on commit 110890a

Please sign in to comment.