Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit fa5ad4c

Browse files
committed
style(install): fix coding style
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 6afcf73 commit fa5ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/cli_install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
WHERE `name` like 'full access from localhost'";
159159
$DB->query($apiClientQuery);
160160

161-
if($dev) {
161+
if ($dev) {
162162
$entityConfig = new PluginFlyvemdmEntityConfig();
163163
$entityConfig->getFromDBByCrit([
164164
'entities_id' => '0',

0 commit comments

Comments
 (0)