Skip to content

Commit ac06668

Browse files
committed
formatting
Signed-off-by: Wojciech Ozga <woz@zurich.ibm.com>
1 parent 889195b commit ac06668

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

security-monitor/src/confidential_flow/finite_state_machine.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ impl<'a> ConfidentialFlow<'a> {
223223
}
224224

225225
// For the time-being, we rely on the OpenSBI's implementation of broadcasting IPIs to hardware harts.
226-
self.hardware_hart.opensbi_context(|| confidential_vm.broadcast_remote_command(sender_confidential_hart_id, confidential_hart_remote_command))
226+
self.hardware_hart
227+
.opensbi_context(|| confidential_vm.broadcast_remote_command(sender_confidential_hart_id, confidential_hart_remote_command))
227228
}
228229

229230
/// Processes pending requests from other confidential harts by applying the corresponding state transformation to

0 commit comments

Comments
 (0)