Skip to content

Commit

Permalink
Fix semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Jun 20, 2024
1 parent e1f9e9d commit a6bec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/SkinLakeus.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getTemplateData(): array {
$data["array-indicators"][] = $indicator;
$idTracker[ $indicator["id"] ] = true;
}
};
}

return $data;
}
Expand Down

0 comments on commit a6bec7b

Please sign in to comment.