Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gj committed Jan 7, 2024
1 parent 90a3eef commit 03d90a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion languages/rust/oso/tests/test_polar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ fn test_basic_queries() {
let results = oso.query("f(1)");

assert_eq!(results.len(), 1);
assert!(results.first()
assert!(results
.first()
.map(|r| r.keys().next().is_none())
.unwrap_or_default());
}
Expand Down

0 comments on commit 03d90a2

Please sign in to comment.