Skip to content

Commit 20dbee7

Browse files
rustfmt
1 parent 5578f36 commit 20dbee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub struct SystemInfo {
8282
pub ramdisk_len: u64,
8383

8484
/// UEFI runtime table address (if running on UEFI).
85-
///
85+
///
8686
/// Use a raw pointer from your kernel to this address to access UEFI Runtime Services.
8787
pub rt_table_addr: Option<u64>,
8888
}

0 commit comments

Comments
 (0)