Skip to content

Commit 7a579d8

Browse files
committed
whitespace fix
1 parent d2cda99 commit 7a579d8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

solid/tests/Integration/AppTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* against the database
1313
*/
1414
class AppTest extends TestCase {
15-
1615
private $container;
1716

1817
public function setUp() {
@@ -25,5 +24,4 @@ public function testAppInstalled() {
2524
$appManager = $this->container->query('OCP\App\IAppManager');
2625
$this->assertTrue($appManager->isInstalled('solid'));
2726
}
28-
2927
}

0 commit comments

Comments
 (0)