Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
turip committed May 15, 2024
1 parent 4a8a032 commit 49531ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions internal/namespace/namespacedriver/wrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"errors"
)

// TODO: move to the rigt place

type Wrapped[T any] struct {
Request T
Namespace string
Expand Down
1 change: 1 addition & 0 deletions openmeter/credit/credit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package credit

import (
"entgo.io/ent/dialect/sql"

"github.com/openmeterio/openmeter/internal/credit/postgres_connector/ent/db"
"github.com/openmeterio/openmeter/internal/credit/postgres_connector/ent/db/migrate"
)
Expand Down

0 comments on commit 49531ba

Please sign in to comment.