Skip to content

Commit 59fd3eb

Browse files
author
r.v.stupnikov
committed
feat: format code
1 parent e371596 commit 59fd3eb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

internal/testhelpers/janitor_session_test_helper.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ package testhelpers
33
import (
44
"context"
55
"fmt"
6+
"testing"
7+
"time"
8+
9+
"github.com/stretchr/testify/require"
10+
611
"github.com/ory/hydra/client"
712
"github.com/ory/hydra/consent"
813
"github.com/ory/hydra/driver"
914
"github.com/ory/x/sqlxx"
10-
"github.com/stretchr/testify/require"
11-
"testing"
12-
"time"
1315
)
1416

1517
type JanitorSessionTestHelper struct {

persistence/sql/persister_consent.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ import (
77
"time"
88

99
"github.com/gobuffalo/pop/v6"
10+
"github.com/pkg/errors"
11+
1012
"github.com/ory/fosite"
1113
"github.com/ory/hydra/client"
1214
"github.com/ory/hydra/consent"
1315
"github.com/ory/hydra/x"
1416
"github.com/ory/x/errorsx"
1517
"github.com/ory/x/sqlcon"
1618
"github.com/ory/x/sqlxx"
17-
"github.com/pkg/errors"
1819
)
1920

2021
var _ consent.Manager = &Persister{}

0 commit comments

Comments
 (0)