Skip to content

Commit

Permalink
remove redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Oct 7, 2024
1 parent bf2df89 commit 65d280d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/granted/rds/rds.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func listenAndProxy(ctx context.Context, yamuxStreamConnection *yamux.Session, c
clio.Debugw("error writing data from server to client usually this is just because the database proxy session ended.", "streamId", sessionConn.StreamID(), zap.Error(err))
}
}()
return
}(result.conn)
}
}
Expand Down

0 comments on commit 65d280d

Please sign in to comment.