Skip to content

Commit

Permalink
database: fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 30, 2024
1 parent 358b43c commit d33a7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nostr-database/src/collections/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ mod tests {
assert_ne!(events1, events2);
}
}

#[test]
fn test_merge() {
// Same filter
Expand Down

0 comments on commit d33a7b4

Please sign in to comment.