Skip to content

Commit 5477fc2

Browse files
committed
Clean up code format
1 parent a45ba4b commit 5477fc2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

DirectSQL/DatabaseException.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ namespace DirectSQL
66
{
77
class DatabaseException : Exception
88
{
9-
internal DatabaseException(String message, Exception exception) : base( message, exception)
10-
{
11-
12-
}
9+
internal DatabaseException(String message, Exception exception) : base( message, exception) {}
1310
}
1411
}

0 commit comments

Comments
 (0)