Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Nov 8, 2024
1 parent c3401bf commit 09aadaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/src/vmm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use crate::error::RustError;
use crate::profile::Profile;
use crate::screen::Screen;
use cpu::GdbError;
use gdbstub::common::Signal;
use gdbstub::stub::state_machine::GdbStubStateMachine;
use gdbstub::stub::{GdbStubError, MultiThreadStopReason};
use kernel::{KernelError, ProgramHeaderError};
Expand All @@ -22,7 +21,6 @@ use std::ffi::{c_char, c_void, CStr};
use std::io::Read;
use std::num::NonZero;
use std::path::{Path, PathBuf};
use std::ptr::null_mut;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use thiserror::Error;
Expand Down

0 comments on commit 09aadaa

Please sign in to comment.