mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-21 04:54:18 +02:00
style: format code with Rustfmt
This commit fixes the style issues introduced in 0060258 according to the output
from Rustfmt.
Details: https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/445
This commit is contained in:
parent
0060258021
commit
bf1ea93082
1 changed files with 1 additions and 5 deletions
|
|
@ -343,11 +343,7 @@ impl List {
|
|||
),
|
||||
LoadingState::FindingPhones => {
|
||||
if self.is_adb_satisfied {
|
||||
waiting_view(
|
||||
"Finding connected devices...",
|
||||
None,
|
||||
style::Text::Default,
|
||||
)
|
||||
waiting_view("Finding connected devices...", None, style::Text::Default)
|
||||
} else {
|
||||
waiting_view(
|
||||
"ADB is not installed on your system, install ADB and relaunch application.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue