Commit 35dd9978 authored by Alp Deniz Ogut's avatar Alp Deniz Ogut
Browse files

Fix fmt: remove empty line

parent e7717458
Showing with 0 additions and 1 deletion
+0 -1
......@@ -810,7 +810,6 @@ mod tests {
.filter_map(|x| x.get("friend"))
.filter(|x| !x.as_array().unwrap().is_empty());
// print!("{:}", serde_json::to_string_pretty(&json!(data)).unwrap());
assert_eq!(items_with_friends.count(), 100);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment