Fix formatting.

This commit is contained in:
Kris Nuttycombe 2021-07-22 12:10:42 -06:00
parent 5684063539
commit 2f65f19fa6
2 changed files with 13 additions and 11 deletions

View File

@ -424,7 +424,9 @@ impl<A> AuthFragment<A> {
impl<A: Clone> AuthFragment<A> {
pub fn fuse(&self, other: &Self) -> Option<Self> {
if self.position == other.position && self.altitudes_observed + other.values.len() == other.altitudes_observed {
if self.position == other.position
&& self.altitudes_observed + other.values.len() == other.altitudes_observed
{
Some(AuthFragment {
position: self.position,
altitudes_observed: other.altitudes_observed,