Skip to content

Commit bb73591

Browse files
Corrected code styling
Signed-off-by: Christian Wolf <[email protected]>
1 parent 2a4fe4f commit bb73591

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/Integration/Setup/Migrations/Version000000Date20210701093123Test.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ public function setUp(): void {
4848
$schema = $this->container->query(SchemaWrapper::class);
4949
$this->assertIsObject($schema);
5050

51-
if(Util::getVersion()[0] >= 21){
52-
$connection = \OC::$server->query(Connection::class);
53-
} else
54-
{
55-
$connection = $this->db;
51+
if (Util::getVersion()[0] >= 21) {
52+
$connection = \OC::$server->query(Connection::class);
53+
} else {
54+
$connection = $this->db;
5655
}
5756
$this->migrationService = new MigrationService('cookbook', $connection);
5857

0 commit comments

Comments
 (0)