Skip to content

Commit f656591

Browse files
committed
Run cargo fmt
1 parent eaa257b commit f656591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl BiosBoot {
3939
pub fn with_ramdisk(&self, ramdisk_path: &Path) -> Self {
4040
Self {
4141
kernel: self.kernel,
42-
ramdisk: Some(ramdisk_path.to_owned())
42+
ramdisk: Some(ramdisk_path.to_owned()),
4343
}
4444
}
4545

@@ -105,7 +105,7 @@ impl UefiBoot {
105105
pub fn with_ramdisk(&self, ramdisk_path: &Path) -> Self {
106106
Self {
107107
kernel: self.kernel,
108-
ramdisk: Some(ramdisk_path.to_owned())
108+
ramdisk: Some(ramdisk_path.to_owned()),
109109
}
110110
}
111111

0 commit comments

Comments
 (0)