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:
Alexander
2026-05-10 10:59:43 +02:00
parent 85093d0ff0
commit 5a34fafd3f
4 changed files with 14 additions and 30 deletions
+3 -1
View File
@@ -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 {