formatting

This commit is contained in:
Adam Kerrigan 2021-02-16 03:30:30 +00:00
parent 2ebee79d64
commit f9f91dbf96
1 changed files with 4 additions and 2 deletions

View File

@ -161,7 +161,9 @@ mod tests {
\"Blog\",
]
date = \"2021/02/15\"
").unwrap();
",
)
.unwrap();
let mut map = serde_json::Map::<String, serde_json::Value>::new();
map.insert("author".to_string(), json!("Adam"));
map.insert("title".to_string(), json!("Blog Post #1"));