Skip to content

Commit

Permalink
[misc] fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shmel1k committed Jul 6, 2024
1 parent 879c428 commit 223097e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/client/auth/credentials/iam_creds.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"strings"
"sync"

"github.com/ydb-platform/ydb-go-sdk/v3/credentials"
yc "github.com/ydb-platform/ydb-go-yc"
"google.golang.org/grpc/metadata"

"github.com/ydb-platform/ydb-go-sdk/v3/credentials"
)

type iamCredsProvider struct {
Expand Down
3 changes: 2 additions & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_Issue"
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_Operations"
"github.com/ydb-platform/ydbops/internal/collections"
"go.uber.org/zap"

"github.com/ydb-platform/ydbops/internal/collections"
)

func LogOperation(logger *zap.SugaredLogger, op *Ydb_Operations.Operation) {
Expand Down

0 comments on commit 223097e

Please sign in to comment.