Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot committed Nov 22, 2023
1 parent 4b943a7 commit 5281e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/receipt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl ReceiptHandler {
// over the current session
self.receipt_set
.entry(event.uuid)
.or_insert_with(ReceiptQueues::new)
.or_default()
.add(event.timestamp, event.receipt_type);
}

Expand Down

0 comments on commit 5281e6d

Please sign in to comment.