format global counter

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

View File

@ -236,7 +236,7 @@ function output(): void
}
}
$prom .= "# \n";
$prom .= "# global counter: $globalCounter\n";
$prom .= "# global counter : $globalCounter\n";
$filteredData = [];
foreach ($data as $entry) {