Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 19, 2024
1 parent 9d191ed commit 148551c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions psl/psl/tests/common/asserts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,7 @@ impl DefaultValueAssert for ast::Expression {

#[track_caller]
fn assert_cuid(&self) -> &Self {
assert!(
matches!(self, ast::Expression::Function(name, _, _) if name == "cuid")
);
assert!(matches!(self, ast::Expression::Function(name, _, _) if name == "cuid"));

self
}
Expand Down

0 comments on commit 148551c

Please sign in to comment.