chore: run cargo fmt
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use crossterm::event::{self, Event, KeyCode, KeyModifiers};
|
||||
use crate::msg::Message;
|
||||
use crossterm::event::{self, Event, KeyCode, KeyModifiers};
|
||||
|
||||
pub fn handle_event(event: Event) -> Option<Message> {
|
||||
if let Event::Key(key) = event
|
||||
|
||||
@@ -6,11 +6,11 @@ use ratatui::{
|
||||
widgets::{Block, Borders, Clear, Paragraph},
|
||||
};
|
||||
|
||||
use crate::{audio::AudioVisualizer, constants::VIZ_NUM_BARS};
|
||||
use crate::{
|
||||
app::{Termato, TimerMode},
|
||||
constants::SECONDS_PER_MIN,
|
||||
};
|
||||
use crate::{audio::AudioVisualizer, constants::VIZ_NUM_BARS};
|
||||
|
||||
// use unicode blocks for rendering
|
||||
// Empty -> " "
|
||||
|
||||
Reference in New Issue
Block a user