Skip to content

Commit 8e89390

Browse files
committed
fix gci linte issue
1 parent 0880f78 commit 8e89390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func Example_explainQuery() {
7070

7171
return
7272
}
73-
defer db.Close(ctx) // cleanup resources
73+
defer db.Close(ctx) // cleanup resources
7474
err = db.Table().Do( // Do retry operation on errors with best effort
7575
ctx, // context manage exiting from Do
7676
func(ctx context.Context, s table.Session) (err error) { // retry operation

0 commit comments

Comments
 (0)