Skip to content

Commit 47b05ee

Browse files
committed
formatted
1 parent 653b4cc commit 47b05ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ impl Aarch64VCpu {
302302
let result = match exit_reason {
303303
TrapKind::Synchronous => handle_exception_sync(&mut self.ctx),
304304
TrapKind::Irq => Ok(AxVCpuExitReason::ExternalInterrupt {
305-
vector: axvisor_api::arch::fetch_irq()
305+
vector: axvisor_api::arch::fetch_irq(),
306306
}),
307307
_ => panic!("Unhandled exception {:?}", exit_reason),
308308
};

0 commit comments

Comments
 (0)