Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Jan 16, 2025
1 parent 013bf31 commit 0460525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/stats/query.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package stats

import (
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
"time"

"github.com/ydb-platform/ydb-go-genproto/protos/Ydb_TableStats"

Check failure on line 7 in internal/stats/query.go

View workflow job for this annotation

GitHub Actions / golangci-lint

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/ydb-platform/ydb-go-sdk/v3) (gci)
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xiter"
)

type (
Expand Down

0 comments on commit 0460525

Please sign in to comment.