From 527829a7cba4ded29f98fae97f8bab9de247d5fe Mon Sep 17 00:00:00 2001 From: Danil Timerbulatov Date: Fri, 8 Dec 2023 00:17:19 +0300 Subject: 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Pratt Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- src/database/sql/convert.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/database/sql/convert.go') diff --git a/src/database/sql/convert.go b/src/database/sql/convert.go index d1a8981e5e..cca5d15e07 100644 --- a/src/database/sql/convert.go +++ b/src/database/sql/convert.go @@ -203,7 +203,6 @@ func driverArgsConnLocked(ci driver.Conn, ds *driverStmt, args []any) ([]driver. } return nvargs, nil - } // convertAssign is the same as convertAssignRows, but without the optional -- cgit v1.3