reformat (?)

feat/vaults
Tomáš Mládek 2022-01-21 17:03:50 +01:00
parent 095b14516e
commit ecaea693c6
1 changed files with 3 additions and 1 deletions

View File

@ -260,7 +260,9 @@ impl UpEndConnection {
0 => Ok(None),
1 => Ok(Some(Entry::try_from(entry.get(0).unwrap())?)),
_ => {
unreachable!("Multiple entries returned with the same hash - this should be impossible!")
unreachable!(
"Multiple entries returned with the same hash - this should be impossible!"
)
}
}
}