Skip to content

Commit 1d58732

Browse files
committed
Fix trivial code format again.
1 parent 2be08bc commit 1d58732

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

DirectSQL/Database.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public async Task ProcessAsync(AsyncConnectExecution execute)
5656
{
5757
connection.Open();
5858
await execute(connection);
59-
6059
}
6160
}
6261

@@ -124,7 +123,6 @@ public void Process(SqlExecution execute)
124123
}
125124
}
126125
});
127-
128126
}
129127

130128
/// <summary>
@@ -155,7 +153,6 @@ public static int ExecuteNonQuery(
155153
SetParameters(command, parameters);
156154

157155
return command.ExecuteNonQuery();
158-
159156
}
160157
}
161158

@@ -212,7 +209,6 @@ public static object ExecuteScalar(
212209
SetParameters(command, parameters);
213210

214211
return command.ExecuteScalar();
215-
216212
}
217213
}
218214

0 commit comments

Comments
 (0)