Skip to content

Commit 628e001

Browse files
committed
fix: fmt code
1 parent 4964f45 commit 628e001

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
@@ -229,7 +229,7 @@ impl<H: AxVCpuHal> Aarch64VCpu<H> {
229229
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_44) => 44,
230230
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_48) => 48,
231231
Some(ID_AA64MMFR0_EL1::PARange::Value::Bits_52) => 52,
232-
_ => 32,
232+
_ => 32,
233233
};
234234

235235
let mut val = match pa_bits {

0 commit comments

Comments
 (0)