Skip to content

Commit

Permalink
Clippy more happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Feb 26, 2023
1 parent 6ced06a commit 1107400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/materializer/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ async fn quick_commit(
) -> bool {
let operation = context
.store
.get_operation(&operation_id)
.get_operation(operation_id)
.await
.unwrap_or_else(|_| {
panic!(

Check warning on line 183 in aquadoggo/src/materializer/service.rs

View check run for this annotation

Codecov / codecov/patch

aquadoggo/src/materializer/service.rs#L183

Added line #L183 was not covered by tests
Expand Down

0 comments on commit 1107400

Please sign in to comment.