mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
src, misc: applied gofmt -s -w
Pending CL 113120043. LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://golang.org/cl/112290043
This commit is contained in:
parent
8d504c4e97
commit
8a23c0021e
16 changed files with 27 additions and 27 deletions
|
|
@ -580,7 +580,7 @@ func (db *DB) maybeOpenNewConnections() {
|
|||
|
||||
// Runs in a separate goroutine, opens new connections when requested.
|
||||
func (db *DB) connectionOpener() {
|
||||
for _ = range db.openerCh {
|
||||
for range db.openerCh {
|
||||
db.openNewConnection()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue