cargo fmt

pull/1803/head
Joseph Harrison-Lim 2 years ago
parent d7e552b510
commit a41c21539b
No known key found for this signature in database
GPG Key ID: 5DAB214D5E62987D

@ -22,7 +22,6 @@ use crate::{
use log::{error, warn};
use std::{
fmt::Debug,
io::{stdin, stdout, Write},
sync::Arc,
time::{Duration, Instant},

@ -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),

Loading…
Cancel
Save