newline at the end.

This commit is contained in:
Florian Sesser 2021-09-10 13:21:06 +00:00
parent 339e1747e7
commit ad84f5df2b

View File

@ -115,3 +115,4 @@ class OpenMetrics(unittest.TestCase):
# The parser throws if it does not like its input.
# Wrapped in a list() to drain the generator.
families = list(parser.text_string_to_metric_families(metrics))