Skip to content

Commit bfdfbad

Browse files
committed
chore: Address swiftformat lint in modified lines of code.
1 parent 9ad9a33 commit bfdfbad

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ let package = Package(
5353
name: "_CWASI",
5454
dependencies: []
5555
),
56-
5756
]
5857
)
5958

Sources/Instrumentation/Locks.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ import Android
3535
#elseif canImport(Musl)
3636
import Musl
3737
#elseif canImport(WASILibc)
38-
import WASILibc
39-
#if canImport(wasi_pthread)
40-
import wasi_pthread
41-
#endif
38+
import WASILibc
39+
#if canImport(wasi_pthread)
40+
import wasi_pthread
41+
#endif
4242
#else
4343
#error("Unsupported runtime")
4444
#endif

Sources/Tracing/TracingTime.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ import Android
2424
#elseif canImport(Musl)
2525
import Musl
2626
#elseif canImport(WASILibc)
27-
import WASILibc
27+
import WASILibc
2828
#else
2929
#error("Unsupported runtime")
3030
#endif
3131

3232
#if canImport(_CWASI)
33-
import _CWASI
33+
import _CWASI
3434
#endif
3535

3636
public protocol TracerInstant: Comparable, Hashable, Sendable {

0 commit comments

Comments
 (0)