Skip to content

Commit ce47a52

Browse files
committed
uefi-test-runner: Fix formatting after removal of unused info output
1 parent 06d0455 commit ce47a52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

uefi-test-runner/src/proto/shell.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ pub fn test() {
1010

1111
let mut _shell =
1212
boot::open_protocol_exclusive::<Shell>(handle).expect("Failed to open Shell protocol");
13-
1413
}

uefi/src/proto/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,3 @@ where
102102
ptr.cast::<Self>()
103103
}
104104
}
105-

0 commit comments

Comments
 (0)