Skip to content

Commit bcbdc56

Browse files
committed
[build-script][gardening] whitespace fix
1 parent 966bbcc commit bcbdc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(self, sdk, toolchain):
6262
def find_tool(self, *names):
6363
for name in names:
6464
# NOTE: xcrun searches from developer tools directory *and* from
65-
# PATH. Relatively slow, but we don't need `which `for
65+
# PATH. Relatively slow, but we don't need `which` for
6666
# Darwin.
6767
found = xcrun.find(name,
6868
sdk=self.xcrun_sdk,

0 commit comments

Comments
 (0)