Skip to content

Commit bbd9f4f

Browse files
committed
formatting
1 parent 726868a commit bbd9f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Adapter/SQLite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
use Utopia\Database\Document;
1010
use Utopia\Database\Exception as DatabaseException;
1111
use Utopia\Database\Exception\Duplicate;
12-
use Utopia\Database\Exception\Unique as UniqueException;
1312
use Utopia\Database\Exception\NotFound as NotFoundException;
1413
use Utopia\Database\Exception\Timeout as TimeoutException;
1514
use Utopia\Database\Exception\Transaction as TransactionException;
15+
use Utopia\Database\Exception\Unique as UniqueException;
1616
use Utopia\Database\Helpers\ID;
1717

1818
/**

0 commit comments

Comments
 (0)