format global counter
parent
dc9365eba4
commit
a06413c79c
|
@ -236,7 +236,7 @@ function output(): void
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$prom .= "# \n";
|
$prom .= "# \n";
|
||||||
$prom .= "# global counter: $globalCounter\n";
|
$prom .= "# global counter : $globalCounter\n";
|
||||||
$filteredData = [];
|
$filteredData = [];
|
||||||
|
|
||||||
foreach ($data as $entry) {
|
foreach ($data as $entry) {
|
||||||
|
|
Loading…
Reference in New Issue