summaryrefslogtreecommitdiffstats
path: root/ui/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/state.rs')
-rw-r--r--ui/src/state.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/src/state.rs b/ui/src/state.rs
index 723693b1..0ae49dca 100644
--- a/ui/src/state.rs
+++ b/ui/src/state.rs
@@ -282,7 +282,9 @@ impl State {
.send(ThreadEvent::UIEvent(UIEventType::StartupCheck(hash)));
self.context
.sender
- .send(ThreadEvent::UIEvent(UIEventType::MailboxUpdate((idxa, idxm))));
+ .send(ThreadEvent::UIEvent(UIEventType::MailboxUpdate((
+ idxa, idxm,
+ ))));
self.context.replies.push_back(UIEvent {
id: 0,
event_type: notification,