Skip to content

Commit 5b1320e

Browse files
authored
Make CommandParser.swift import Swift version consistent with other files. (#724)
1 parent fd8ea09 commit 5b1320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ArgumentParser/Parsing/CommandParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010
//===----------------------------------------------------------------------===//
1111

12-
#if swift(>=5.11)
12+
#if swift(>=6.0)
1313
internal import class Foundation.ProcessInfo
1414
#else
1515
import class Foundation.ProcessInfo

0 commit comments

Comments
 (0)