mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
fix(openmetrics): remove superfluous empty lines
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
parent
ea12205ee5
commit
dedda1b753
2 changed files with 0 additions and 3 deletions
|
|
@ -87,7 +87,6 @@ class OpenMetricsController extends Controller {
|
|||
# UNIT nextcloud_exporter_duration seconds
|
||||
# HELP nextcloud_exporter_duration Exporter run time
|
||||
nextcloud_exporter_duration $elapsed
|
||||
|
||||
# EOF
|
||||
|
||||
SUMMARY;
|
||||
|
|
@ -112,7 +111,6 @@ class OpenMetricsController extends Controller {
|
|||
}
|
||||
$output .= "\n";
|
||||
}
|
||||
$output .= "\n";
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ class OpenMetricsControllerTest extends TestCase {
|
|||
# UNIT nextcloud_exporter_duration seconds
|
||||
# HELP nextcloud_exporter_duration Exporter run time
|
||||
nextcloud_exporter_duration %f
|
||||
|
||||
# EOF
|
||||
|
||||
EXPECTED;
|
||||
|
|
|
|||
Loading…
Reference in a new issue