Skip to content

Commit a19a7f5

Browse files
committed
Whitespace cleanup
1 parent 4880f61 commit a19a7f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/RswiftGenerators/Shared/SwiftIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private let disallowedCharacters: CharacterSet = {
139139
0x1F900...0x1F9FF,
140140
0x1F1E6...0x1F1FF,
141141
].forEach { range in range.compactMap(UnicodeScalar.init).forEach { scalar in disallowed.remove(scalar) } }
142-
142+
143143
return disallowed
144144
}()
145145

Sources/RswiftParsers/Shared/Glob.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
import Foundation
1010

1111
#if os(Linux)
12-
import Glibc
12+
import Glibc
1313
#else
14-
import Darwin
14+
import Darwin
1515
#endif
1616

1717
public let GlobBehaviorBashV3 = Glob.Behavior(

0 commit comments

Comments
 (0)