Skip to content

Commit 54f6981

Browse files
committed
formatting
1 parent 5e638f8 commit 54f6981

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
use Utopia\Database\Exception\Conflict as ConflictException;
1111
use Utopia\Database\Exception\Dependency as DependencyException;
1212
use Utopia\Database\Exception\Duplicate as DuplicateException;
13+
use Utopia\Database\Exception\Index as IndexException;
1314
use Utopia\Database\Exception\Limit as LimitException;
1415
use Utopia\Database\Exception\NotFound as NotFoundException;
1516
use Utopia\Database\Exception\Query as QueryException;
1617
use Utopia\Database\Exception\Relationship as RelationshipException;
1718
use Utopia\Database\Exception\Restricted as RestrictedException;
1819
use Utopia\Database\Exception\Structure as StructureException;
1920
use Utopia\Database\Exception\Timeout as TimeoutException;
20-
use Utopia\Database\Exception\Index as IndexException;
2121
use Utopia\Database\Helpers\ID;
2222
use Utopia\Database\Helpers\Permission;
2323
use Utopia\Database\Helpers\Role;

src/Database/Exception/Index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
use Utopia\Database\Exception;
66

7-
class Index extends Exception {}
7+
class Index extends Exception
8+
{
9+
}

0 commit comments

Comments
 (0)