1
0
mirror of https://github.com/golang/go synced 2024-11-17 13:35:08 -07:00
go/src/database/sql
Danil Timerbulatov 527829a7cb all: remove newline characters after return statements
This commit is aimed at improving the readability and consistency
of the code base. Extraneous newline characters were present after
some return statements, creating unnecessary separation in the code.

Fixes #64610

Change-Id: Ic1b05bf11761c4dff22691c2f1c3755f66d341f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/548316
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2023-12-14 17:22:18 +00:00
..
driver database/sql: add godoc links 2023-10-23 09:04:12 +00:00
convert_test.go
convert.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
ctxutil.go
doc.txt
example_cli_test.go
example_service_test.go
example_test.go
fakedb_test.go database/sql: use reflect.TypeFor for known types 2023-08-08 20:57:57 +00:00
sql_test.go all: simplify bool conditions 2023-09-20 18:06:13 +00:00
sql.go all: fix field names 2023-11-27 15:48:25 +00:00