Skip to content

Commit f3e7172

Browse files
Fix lint
1 parent 0917621 commit f3e7172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade_to_2.13.7.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function resizeWidgets() {
9898
$dashboard = new Dashboard();
9999
$found = $dashboard->getFromDB("plugin_formcreator_issue_counters");
100100

101-
if(!$found) {
101+
if (!$found) {
102102
// Unable to fetch dashboard
103103
return;
104104
};

0 commit comments

Comments
 (0)