Skip to content

Commit a9d2ec6

Browse files
committed
Code formatting [skip ci]
1 parent ed1e4d6 commit a9d2ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sql/ParameterCollection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ public ParameterCollection(): base() {}
1818
/// </summary>
1919
/// <param name="collection">The collection whose elements are copied to the parameter list.</param>
2020
public ParameterCollection(IEnumerable<Parameter> collection): base(collection) {}
21-
21+
2222
/// <summary>
2323
/// Creates a new parameter list that contains the specified parameter.
2424
/// </summary>
2525
/// <param name="parameter">The parameter to add to the elements in the parameter list.</param>
2626
public ParameterCollection(Parameter parameter): this([parameter]) {}
27-
27+
2828
/// <summary>
2929
/// Creates a new parameter list that contains the specified parameter.
3030
/// </summary>

0 commit comments

Comments
 (0)