Rename <unknown> to <value>

This commit is contained in:
Jonathan Turner 2019-10-17 07:28:49 +13:00 committed by GitHub
parent 2c6a9e9e48
commit 9a02fac0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ impl TableView {
let mut headers = TableView::merge_descriptors(values);
if headers.len() == 0 {
headers.push("<unknown>".to_string());
headers.push("<value>".to_string());
}
let mut entries = vec![];