Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kosztka
Pod
Commits
35dd9978
Commit
35dd9978
authored
3 years ago
by
Alp Deniz Ogut
Browse files
Options
Download
Email Patches
Plain Diff
Fix fmt: remove empty line
parent
e7717458
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/internal_api.rs
+0
-1
src/internal_api.rs
with
0 additions
and
1 deletion
+0
-1
src/internal_api.rs
+
0
-
1
View file @
35dd9978
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment