Skip to content

Commit fa187a4

Browse files
committed
Format code in a point
1 parent 35f7df3 commit fa187a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DirectSQL/Database.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace DirectSQL
1414
/// <typeparam name="C">Type of Connection</typeparam>
1515
/// <typeparam name="T">Type of Transaction</typeparam>
1616
public delegate void SqlExecution<C,T>(C connection, T transaction)
17-
where C:IDbConnection
17+
where C : IDbConnection
1818
where T : IDbTransaction;
1919

2020
/// <summary>

0 commit comments

Comments
 (0)