Skip to content

Commit 53b37e3

Browse files
committed
apply cs:fix
Signed-off-by: Oleksander Piskun <[email protected]>
1 parent 7952a1b commit 53b37e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/AppAPIService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ public function disableExApp(ExApp $exApp): bool {
679679
}
680680
$this->exAppService->disableExAppInternal($exApp);
681681

682-
if($result) {
682+
if ($result) {
683683
$this->harpService->harpExAppUpdate($daemonConfig, $exApp, false);
684684
}
685685
return $result;

0 commit comments

Comments
 (0)