Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Jan 3, 2022
1 parent 0fe9204 commit 83b89c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helix-term/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use helix_view::{editor::Breakpoint, theme, Editor};
use serde_json::json;

use crate::{
args::Args, commands::fetch_stack_trace, commands::apply_workspace_edit, compositor::Compositor,
config::Config, job::Jobs, ui,
args::Args, commands::apply_workspace_edit, commands::fetch_stack_trace,
compositor::Compositor, config::Config, job::Jobs, ui,
};

use log::{error, warn};
Expand Down

0 comments on commit 83b89c4

Please sign in to comment.