Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammonkey authored and github-actions[bot] committed Aug 11, 2024
1 parent 355acab commit 1fecfc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/ColumnDoesNotExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class ColumnDoesNotExistException extends Exception
{
}
class ColumnDoesNotExistException extends Exception {}
4 changes: 1 addition & 3 deletions src/Exceptions/MultipleTablesSuppliedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class MultipleTablesSuppliedException extends Exception
{
}
class MultipleTablesSuppliedException extends Exception {}
4 changes: 1 addition & 3 deletions src/Exceptions/TableDoesNotExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class TableDoesNotExistException extends Exception
{
}
class TableDoesNotExistException extends Exception {}
4 changes: 1 addition & 3 deletions src/Exceptions/UnsupportedDbDriverException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class UnsupportedDbDriverException extends Exception
{
}
class UnsupportedDbDriverException extends Exception {}

0 comments on commit 1fecfc9

Please sign in to comment.