Skip to content

Commit

Permalink
format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-observer committed Jul 13, 2024
1 parent dc6d080 commit b0f2d8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lapce-app/src/panel/terminal_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ use floem::{
};

use super::kind::PanelKind;
use crate::command::InternalCommand;
use crate::listener::Listener;
use crate::{
app::clickable_icon,
command::LapceWorkbenchCommand,
command::{InternalCommand, LapceWorkbenchCommand},
config::{color::LapceColor, icon::LapceIcons},
debug::RunDebugMode,
listener::Listener,
terminal::{
panel::TerminalPanelData, tab::TerminalTabData, view::terminal_view,
},
Expand Down

0 comments on commit b0f2d8e

Please sign in to comment.