format global counter

master
Dirk Heilig 2024-08-21 11:04:45 +02:00
parent dc9365eba4
commit a06413c79c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {