Skip to content

Commit 1f8e09e

Browse files
author
Nick Craver
committed
Whitespace cleanup
1 parent 62b3c91 commit 1f8e09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dapper.Rainbow/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public SqlMapper.GridReader QueryMultiple(string sql, dynamic param = null, IDbT
472472
/// Disposes the current database, rolling back current transactions.
473473
/// </summary>
474474
public virtual void Dispose()
475-
{
475+
{
476476
var connection = _connection;
477477
if (connection.State != ConnectionState.Closed)
478478
{

0 commit comments

Comments
 (0)