mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
formatting
This commit is contained in:
@@ -247,7 +247,7 @@ async fn render<B: Backend>(
|
||||
match k.unwrap() {
|
||||
Key::Char('q') => {
|
||||
terminal.clear()?;
|
||||
return Ok(());
|
||||
return Ok(())
|
||||
}
|
||||
Key::Char('j') => {
|
||||
view.id_list.next();
|
||||
|
||||
Reference in New Issue
Block a user