Skip to content

Commit

Permalink
Pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kikakkz committed Sep 11, 2023
1 parent 9853287 commit 2edbcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/migrator/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func migrateOrder(ctx context.Context, tx *ent.Tx) error {
return nil
}

//nolint:funlen
//nolint:funlen,gocyclo
func Migrate(ctx context.Context) error {
var err error

Expand Down

0 comments on commit 2edbcf5

Please sign in to comment.