Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Oct 5, 2023
1 parent 0cc1471 commit 60bed23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/summonerd/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ impl Storage {
[],
|row| row.get::<usize, Vec<u8>>(0),
)?;
Ok(Phase2RawCeremonyCRS::try_from(pb::CeremonyCrs::decode(
data.as_slice(),
)?)?
.assume_valid())
Ok(
Phase2RawCeremonyCRS::try_from(pb::CeremonyCrs::decode(data.as_slice())?)?
.assume_valid(),
)
}
}

0 comments on commit 60bed23

Please sign in to comment.