Remove numerous superfluous MainActor annotations.

This commit is contained in:
Brent Simmons
2024-06-08 11:58:30 -07:00
parent f872f8aa86
commit fe49f3bbe4
23 changed files with 67 additions and 67 deletions

View File

@@ -39,7 +39,7 @@ import Core
return
}
Task { @MainActor in
Task {
guard await microBlogApp.launchIfNeeded(), microBlogApp.bringToFront() else {
return
}