Skip to content

Commit 316b601

Browse files
committed
chore: run cargo fmt
Due to style checks temporarily not running in CI between rust-vmm-ci commits 752ad1322af8a5f632812b1b208b18bdf4e10ce6 and 92034f0e360567002db3f548ccc955bf0721dcf2, we did not catch a formatting mistake in 33459e8. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent eb5895e commit 316b601

File tree

1 file changed

+1
-1
lines changed
  • src/configurator/aarch64

1 file changed

+1
-1
lines changed

src/configurator/aarch64/fdt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ mod tests {
106106
}
107107

108108
#[derive(Clone, Copy, Default)]
109-
#[allow(dead_code)] // rustc thinks the field is never read, but it is via `ByteValued` impl
109+
#[allow(dead_code)] // rustc thinks the field is never read, but it is via `ByteValued` impl
110110
struct FdtPlaceholder([u8; FDT_MAX_SIZE]);
111111
unsafe impl ByteValued for FdtPlaceholder {}
112112

0 commit comments

Comments
 (0)