Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrilim committed Mar 13, 2022
1 parent d7e552b commit a41c215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion helix-term/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ use crate::{

use log::{error, warn};
use std::{
fmt::Debug,
io::{stdin, stdout, Write},
sync::Arc,
time::{Duration, Instant},
Expand Down
2 changes: 1 addition & 1 deletion helix-view/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ pub struct Editor {
pub config_events: SelectAll<tokio_stream::Once<ConfigEvent>>,
}

#[derive(Debug)]
#[derive(Debug, Clone)]
pub enum ConfigEvent {
Refresh,
Update(Config),
Expand Down

0 comments on commit a41c215

Please sign in to comment.