Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Doru Blânzeanu <[email protected]>
  • Loading branch information
dblnz committed Jan 20, 2025
1 parent 6f679d2 commit 4a44b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperlight_host/src/hypervisor/gdb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub trait GdbDebug: Target {

/// Marks the vCPU as paused
fn pause_vcpu(&mut self);
/// Resumes the vCPU
/// Resumes the vCPU
fn resume_vcpu(&mut self) -> Result<(), <Self as Target>::Error>;
/// Returns the reason why vCPU stopped
#[allow(clippy::type_complexity)]
Expand Down

0 comments on commit 4a44b2e

Please sign in to comment.