Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed Jan 25, 2024
1 parent cbf6650 commit 1da5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crossterm::event::{KeyCode, KeyEvent, KeyModifiers};
use std::sync::mpsc::Sender;
use std::{collections::HashMap, thread};

use ratatui::text::{Line, Text};
use ratatui::text::Line;

use crate::notification::{Notification, NotificationLevel};
use std::sync::Arc;
Expand Down

0 comments on commit 1da5795

Please sign in to comment.