Skip to content

Commit c055d38

Browse files
committed
Fix whitespace
1 parent beb2613 commit c055d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/main_controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function display()
8989
// Grab all the rules in the current user's language
9090
$entities = $this->rule_operator->get_rules($this->lang->get_used_language());
9191

92-
// If no rules were found, it may be because no rules exist in the current user's
92+
// If no rules were found, it may be because no rules exist in the current user's
9393
// language, so let's look for rules in the board's default language as a fallback.
9494
if (empty($entities))
9595
{

0 commit comments

Comments
 (0)