Skip to content

Commit c5344fd

Browse files
committed
rustfmt
1 parent 29c55a9 commit c5344fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gateway-messages/src/sp_to_mgs.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,10 @@ impl fmt::Display for UpdateError {
13441344
write!(f, "invalid component for operation")
13451345
}
13461346
Self::InvalidPreferredSlotId => {
1347-
write!(f, "updating a bootloader preferred slot is not permitted")
1347+
write!(
1348+
f,
1349+
"updating a bootloader preferred slot is not permitted"
1350+
)
13481351
}
13491352
}
13501353
}

0 commit comments

Comments
 (0)