Skip to content

Commit e27158e

Browse files
committed
Add indentation back, pls.
1 parent 4741276 commit e27158e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ func (conn *Connection) runReconnects(ctx context.Context) error {
661661

662662
select {
663663
case <-ctx.Done():
664-
// Since the context is cancelled, we don't need to do anything.
665-
// Conn.connect() will return the correct error.
664+
// Since the context is cancelled, we don't need to do anything.
665+
// Conn.connect() will return the correct error.
666666
case <-t.C:
667667
}
668668

0 commit comments

Comments
 (0)