cargo fmt

This commit is contained in:
DastInDark
2022-09-09 20:22:40 +09:00
parent 25aae3f230
commit bdd4fe97c2

View File

@@ -300,7 +300,7 @@ fn create_recordinfos(record: &Value) -> String {
.map(|(key, value)| format!("{}: {}", key, value))
.collect();
summary.join(" ¦ ")
summary.join(" ¦ ")
}
/**