refactorial spring cleaning (cargo fmt + clippy)
This commit is contained in:
@@ -22,9 +22,9 @@ impl EventManager {
|
||||
let (tx, rx) = unbounded();
|
||||
|
||||
EventManager {
|
||||
tx: tx,
|
||||
rx: rx,
|
||||
cursive_sink: cursive_sink,
|
||||
tx,
|
||||
rx,
|
||||
cursive_sink,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user