Skip to content

Commit ce3b47e

Browse files
[gardening] PEP-8 fixes.
1 parent 6ed605b commit ce3b47e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: test/stdlib/NSNumberBridging.swift.gyb

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ nsNumberBridging.test("${Type}") {
124124
% end
125125

126126
%{
127-
allBridgedTypes = [Type for Type, _, _ in bridgedFixedPointTypes] + \
128-
[Type for Type, _ in bridgedFloatTypes]
127+
allBridgedTypes = [type_name for type_name, _, _ in bridgedFixedPointTypes] + \
128+
[type_name for type_name, _ in bridgedFloatTypes]
129129
}%
130130

131131
% for AType in allBridgedTypes:

Diff for: utils/gyb_foundation_support.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def ObjectiveCBridgeableImplementationForNSValue(Type):
4040
}}
4141
""".format(Type=Type)
4242

43+
4344
def ObjectiveCBridgeableImplementationForNSValueWithCategoryMethods(
4445
Type,
4546
initializer,

Diff for: utils/swift_build_support/tests/products/test_swift.py

-1
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,3 @@ def test_benchmark_flags(self):
264264
['-DSWIFT_BENCHMARK_NUM_ONONE_ITERATIONS=10',
265265
'-DSWIFT_BENCHMARK_NUM_O_ITERATIONS=25'],
266266
swift.cmake_options)
267-

0 commit comments

Comments
 (0)