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