Skip to content

Commit f6d6706

Browse files
committed
formatting
1 parent fb79ab5 commit f6d6706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cli/commands/updates_list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function listUpdates($type = 'core', $module = null)
4444
foreach ($modules as $module) {
4545
$db->where('directory', $module);
4646
$installed = $db->get_one('modules');
47-
if (!$installed) {
47+
if (! $installed) {
4848
continue;
4949
}
5050

0 commit comments

Comments
 (0)