Skip to content

Commit 0c1a4c8

Browse files
committed
fix linter warnings
1 parent defe086 commit 0c1a4c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/topic/topicreader/topicreader_simple.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ import (
55
"fmt"
66
"io"
77

8-
firestore "google.golang.org/genproto/firestore/bundle"
9-
108
"github.com/ydb-platform/ydb-go-sdk/v3/topic/topicreader"
119
"github.com/ydb-platform/ydb-go-sdk/v3/topic/topicsugar"
10+
firestore "google.golang.org/genproto/firestore/bundle"
1211
)
1312

1413
// PrintMessageContent is simple example for easy start read messages

0 commit comments

Comments
 (0)