Reformat code

This commit is contained in:
世界
2026-02-08 18:23:42 +08:00
parent f765bf1e3b
commit a86dfc26d1
42 changed files with 163 additions and 98 deletions
@@ -48,7 +48,6 @@ public struct DashboardView: View {
#endif
}
@ViewBuilder
private func importRemoteProfileSheet(for request: ImportRemoteProfileRequest) -> some View {
NavigationSheet(title: "Import Profile", onDismiss: {
environments.profileUpdate.send()
@@ -99,7 +98,6 @@ public struct DashboardView: View {
}
}
@ViewBuilder
private var activeDashboardView: some View {
ActiveDashboardView(coordinator: coordinator)
}