Skip to content

Commit 9e59558

Browse files
lint
1 parent 20bd7af commit 9e59558

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • src/Appwrite/Platform/Modules/Databases/Http/TablesDB

src/Appwrite/Platform/Modules/Databases/Http/TablesDB/XList.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ public static function getName(): string
2222
}
2323

2424
protected function getDatabaseTypeQueryFilters(): array
25-
{
26-
return [
27-
Query::or([
28-
Query::equal('type', [DATABASE_TYPE_TABLESDB, DATABASE_TYPE_LEGACY]),
29-
Query::isNull('type'),
30-
]),
31-
];
32-
}
25+
{
26+
return [
27+
Query::or([
28+
Query::equal('type', [DATABASE_TYPE_TABLESDB, DATABASE_TYPE_LEGACY]),
29+
Query::isNull('type'),
30+
]),
31+
];
32+
}
3333

3434
public function __construct()
3535
{

0 commit comments

Comments
 (0)