Update metrics.rs (#401)

This commit is contained in:
Michael
2021-06-28 13:54:45 -07:00
committed by GitHub
parent 35ecffae8d
commit aa20f728d6

View File

@@ -30,5 +30,5 @@ pub fn invoke() -> String {
bepinex_installed = info.bepinex.enabled as i32
),
];
content.join("\n")
format!("{}\n", content.join("\n"))
}