Skip to content

Commit 1b47d18

Browse files
committed
whitespace fixes
1 parent 7a579d8 commit 1b47d18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

solid/lib/AppInfo/Application.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public function register(IRegistrationContext $context): void {
5353
$context->registerService('User', function($c) {
5454
return $c->query('UserSession')->getUser();
5555
});
56-
5756
}
5857

59-
public function boot(IBootContext $context): void {}
60-
}
58+
public function boot(IBootContext $context): void {
59+
}
60+
}

0 commit comments

Comments
 (0)