Skip to content

Commit 7d916fe

Browse files
committed
apply formatting
1 parent efad28d commit 7d916fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/WASITests/WASITests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ struct WASITests {
960960
try wasi.fd_close(fd: fd)
961961
}
962962

963-
@Test
963+
@Test
964964
func stdioFileDescriptors() throws {
965965
let fs = try MemoryFileSystem(preopens: ["/": "/"])
966966
let wasi = try WASIBridgeToHost(fileSystemProvider: fs)
@@ -1053,5 +1053,4 @@ struct WASITests {
10531053
}
10541054
}
10551055

1056-
10571056
}

0 commit comments

Comments
 (0)