Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jan 16, 2024
1 parent f6e4792 commit 1ef944c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile_verifier/src/coverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ impl CoverageObjectCache {
.bind(key)
.fetch_optional(&self.pool)
.await?;
// If we get a None back from the previous query, the coverage object does not exist
// or has been invalidated
// If we get a None back from the previous query, the coverage object does not exist
// or has been invalidated
let Some(coverage_meta) = coverage_meta else {
return Ok(None);
};
Expand Down

0 comments on commit 1ef944c

Please sign in to comment.