cargo fmt
This commit is contained in:
@@ -300,7 +300,7 @@ fn create_recordinfos(record: &Value) -> String {
|
|||||||
.map(|(key, value)| format!("{}: {}", key, value))
|
.map(|(key, value)| format!("{}: {}", key, value))
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
summary.join(" ¦ ")
|
summary.join(" ¦ ")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user