Skip to content

Commit

Permalink
Adjust last comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyesCatcan committed Aug 14, 2024
1 parent b08a9af commit f28ac60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tests/graphlib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ public function test_graphlib($mock): void {
} else if ($mock['maxbuckets1'] > 0.0) {
$graph->y_order = [
'stdev1',
'answers1',];
'answers1',
];
} else if ($mock['maxbuckets2'] > 0.0) {
$graph->y_order = [
'stdev2',
Expand Down

0 comments on commit f28ac60

Please sign in to comment.