Skip to content

Commit 4a44b2e

Browse files
committed
Fix whitespace
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent 6f679d2 commit 4a44b2e

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_host/src/hypervisor/gdb

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/hypervisor/gdb/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub trait GdbDebug: Target {
6868

6969
/// Marks the vCPU as paused
7070
fn pause_vcpu(&mut self);
71-
/// Resumes the vCPU
71+
/// Resumes the vCPU
7272
fn resume_vcpu(&mut self) -> Result<(), <Self as Target>::Error>;
7373
/// Returns the reason why vCPU stopped
7474
#[allow(clippy::type_complexity)]

0 commit comments

Comments
 (0)