Skip to content

Commit ef0cc0a

Browse files
committed
style: fix import format
1 parent a5b649a commit ef0cc0a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

internal/params/struct.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package params
22

33
import (
4-
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
54
"time"
5+
6+
"github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
67
)
78

89
type (

internal/params/struct_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package params
22

33
import (
4+
"testing"
5+
"time"
6+
47
"github.com/stretchr/testify/require"
58
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
9+
610
"github.com/ydb-platform/ydb-go-sdk/v3/internal/allocator"
711
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
8-
"testing"
9-
"time"
1012
)
1113

1214
func TestStruct(t *testing.T) {

0 commit comments

Comments
 (0)