run cargo fmt

This commit is contained in:
2024-02-26 20:53:56 +01:00
parent fbf68d69a3
commit 9704b8f166
2 changed files with 0 additions and 2 deletions

View File

@@ -163,4 +163,3 @@ impl AppWidgets {
} }
} }
} }

View File

@@ -47,4 +47,3 @@ impl SimpleComponent for AboutDialog {
dialog.present(); dialog.present();
} }
} }