Skip to content

Commit 187821f

Browse files
committed
all: gofmt
1 parent 22ba8da commit 187821f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ func Example() {
5353
ctx, span := trace.StartSpan(context.Background(), "Fetch", trace.WithSampler(trace.AlwaysSample()))
5454
defer span.End()
5555

56-
// Now for the mongo connections, using the context
57-
// with the span in it for continuity.
56+
// Now for the mongo connections, using the context
57+
// with the span in it for continuity.
5858
client, err := mongowrapper.NewClient("mongodb://localhost:27017")
5959
if err != nil {
6060
log.Fatalf("Failed to create the new client: %v", err)

0 commit comments

Comments
 (0)