diff --git a/src/gui/views/about.rs b/src/gui/views/about.rs index d5f770f..d2ad2ad 100644 --- a/src/gui/views/about.rs +++ b/src/gui/views/about.rs @@ -27,10 +27,7 @@ impl About { // other events are handled by UadGui update() } pub fn view(&self, update_state: &UpdateState) -> Element { - let about_text = text( - "Universal Android Debloater Next Generation (UAD-ng) is a free and open-source community project aiming at simplifying \ - the removal of pre-installed apps on any Android device.", - ); + let about_text = text("Universal Android Debloater Next Generation (UAD-ng) is a free and open-source community project \ aiming at simplifying the removal of pre-installed apps on any Android device.",); let descr_container = container(about_text) .width(Length::Fill)