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
+2 -2
View File
@@ -22,7 +22,7 @@ final class UITests: XCTestCase {
}
@MainActor
func testExample() throws {
func testExample() {
// UI tests must launch the application that they test.
let app = XCUIApplication()
app.launch()
@@ -31,7 +31,7 @@ final class UITests: XCTestCase {
}
@MainActor
func testLaunchPerformance() throws {
func testLaunchPerformance() {
// This measures how long it takes to launch your application.
measure(metrics: [XCTApplicationLaunchMetric()]) {
XCUIApplication().launch()