From 894d24d617bb72d6e1bed7b143f9f7a0ac16b844 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Fri, 7 Jul 2023 16:33:39 -0400 Subject: src/database/sql: run gofmt Run gofmt on a source file. Change-Id: I180d5cc7425fc5d8e9cf63005ac692f361beb1ed Reviewed-on: https://go-review.googlesource.com/c/go/+/508497 Run-TryBot: Than McIntosh Reviewed-by: Eli Bendersky TryBot-Result: Gopher Robot --- src/database/sql/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/sql/sql.go b/src/database/sql/sql.go index 0764c7d17a..836fe83e2e 100644 --- a/src/database/sql/sql.go +++ b/src/database/sql/sql.go @@ -2949,7 +2949,7 @@ func (rs *Rows) initContextClose(ctx, txctx context.Context) { go rs.awaitDone(ctx, txctx, closectx) } -// awaitDone blocks until ctx, txctx, or closectx is canceled. +// awaitDone blocks until ctx, txctx, or closectx is canceled. // The ctx is provided from the query context. // If the query was issued in a transaction, the transaction's context // is also provided in txctx, to ensure Rows is closed if the Tx is closed. -- cgit v1.2.3-54-g00ecf