Skip to content

Commit 5f9238b

Browse files
committed
Cargo fmt
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent a971450 commit 5f9238b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

stacks-signer/src/v0/signer_state.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,7 @@ impl LocalStateMachine {
322322
client.get_current_and_last_sortition()?;
323323
let Some(last_sortition) = last_sortition
324324
.and_then(|val| SortitionData::try_from(val).ok())
325-
.map(|data| {
326-
SortitionState::new(
327-
version,
328-
data,
329-
)
330-
})
325+
.map(|data| SortitionState::new(version, data))
331326
else {
332327
warn!("Signer State: Current miner timed out due to inactivity, but could not find a valid prior miner. Allowing current miner to continue");
333328
return Ok(());

0 commit comments

Comments
 (0)