Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored and aeneasr committed Oct 31, 2024
1 parent 217c68a commit 13b5cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions popx/migration_box_gomigration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ package popx_test
import (
"context"
"database/sql"
"github.com/ory/x/dbal"
"math/rand"
"testing"
"time"

"github.com/pkg/errors"

"github.com/gobuffalo/pop/v6"
"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ory/x/dbal"
"github.com/ory/x/logrusx"
"github.com/ory/x/popx"
)
Expand Down
2 changes: 1 addition & 1 deletion popx/migrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ package popx_test
import (
"context"
"embed"
"github.com/ory/x/dbal"
"testing"

"github.com/gobuffalo/pop/v6"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ory/x/dbal"
"github.com/ory/x/logrusx"
. "github.com/ory/x/popx"
)
Expand Down

0 comments on commit 13b5cd0

Please sign in to comment.