style: apply rustfmt to existing files
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/claude-agent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -10,7 +10,9 @@ use ratatui::{
|
||||
widgets::{Block, Borders, Clear, Paragraph},
|
||||
};
|
||||
|
||||
use crate::application::notification_state::{format_elapsed, Notification, NotificationManager, MAX_VISIBLE};
|
||||
use crate::application::notification_state::{
|
||||
MAX_VISIBLE, Notification, NotificationManager, format_elapsed,
|
||||
};
|
||||
use crate::theme;
|
||||
|
||||
impl NotificationManager {
|
||||
|
||||
Reference in New Issue
Block a user