Skip to content

Commit f28cf13

Browse files
committed
[Backtracing] Please the Python linter.
For some reason it wants two blank lines instead of one here. rdar://107362003
1 parent c275939 commit f28cf13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/swift-darwin-postprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
utils = os.path.dirname(os.path.realpath(__file__))
1313
get_task_allow_plist = os.path.join(utils, 'get-task-allow.plist')
1414

15+
1516
def main(arguments):
1617
parser = argparse.ArgumentParser(
1718
description='Postprocess binaries to prepare for \

0 commit comments

Comments
 (0)