Skip to content

Commit

Permalink
feat: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
r.v.stupnikov committed Jun 2, 2022
1 parent e371596 commit 59fd3eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions internal/testhelpers/janitor_session_test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ package testhelpers
import (
"context"
"fmt"
"testing"
"time"

"github.com/stretchr/testify/require"

"github.com/ory/hydra/client"
"github.com/ory/hydra/consent"
"github.com/ory/hydra/driver"
"github.com/ory/x/sqlxx"
"github.com/stretchr/testify/require"
"testing"
"time"
)

type JanitorSessionTestHelper struct {
Expand Down
3 changes: 2 additions & 1 deletion persistence/sql/persister_consent.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ import (
"time"

"github.com/gobuffalo/pop/v6"
"github.com/pkg/errors"

"github.com/ory/fosite"
"github.com/ory/hydra/client"
"github.com/ory/hydra/consent"
"github.com/ory/hydra/x"
"github.com/ory/x/errorsx"
"github.com/ory/x/sqlcon"
"github.com/ory/x/sqlxx"
"github.com/pkg/errors"
)

var _ consent.Manager = &Persister{}
Expand Down

0 comments on commit 59fd3eb

Please sign in to comment.