From ce41ea82d7704e435feb8169c5bf8189b92f871b Mon Sep 17 00:00:00 2001 From: jelemux Date: Fri, 26 Feb 2021 16:48:07 +0100 Subject: format with cargo fmt --- src/view/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/main.rs b/src/view/main.rs index 9ce032a..93d2492 100644 --- a/src/view/main.rs +++ b/src/view/main.rs @@ -175,7 +175,8 @@ impl Component for MainView { } for other_identifications_link in self.other_identifications_links.iter() { - let other_identifications_link = other_identifications_link.borrow().clone().unwrap(); + let other_identifications_link = + other_identifications_link.borrow().clone().unwrap(); other_identifications_link.send_message(OtherIdentificationMsg::Generate) } -- cgit v1.2.3