Skip to content

Commit

Permalink
............
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Mar 14, 2024
1 parent b98bae4 commit a43229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function generateTableRow(TimingResult $time, int $numTicks, ?float $sample, flo
}
foreach($tableOrder as $groupName => $timings){
if(!isset($report->groups[$groupName])){
//continue;
/continue;

Check failure on line 410 in legacy/index.php

View workflow job for this annotation

GitHub Actions / Tests (PHP 8.1)

Syntax error, unexpected '/' on line 410

Check failure on line 410 in legacy/index.php

View workflow job for this annotation

GitHub Actions / Tests (PHP 8.2)

Syntax error, unexpected '/' on line 410
}
$visibleRows = 5;
$loadHeatmapFactor = 0.06;
Expand Down

0 comments on commit a43229b

Please sign in to comment.