mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
OpenMetrics: Extra newline at the end
This commit is contained in:
parent
d864cab5b0
commit
c66ae302c8
@ -1573,7 +1573,7 @@ class Statistics(MultiFormatResource):
|
||||
for (k, v) in sorted(stats['stats'].items()):
|
||||
ret.append(u"tahoe_stats_%s %s" % (mangle_name(k), mangle_value(v)))
|
||||
|
||||
ret.append(u"# EOF")
|
||||
ret.append(u"# EOF\n")
|
||||
|
||||
return u"\n".join(ret)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user