Skip to content

Commit 246bfbc

Browse files
authored
linting
1 parent 80330d6 commit 246bfbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/api_checker/swift-api-checker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ def main():
175175
fatal_error("Need to specify --output")
176176
runner = DumpConfig(tool_path=args.tool_path, platform=args.target)
177177
runner.run(output=args.output, module=args.module,
178-
swift_ver=args.swift_version, opts=args.opts, verbose=args.v)
178+
swift_ver=args.swift_version, opts=args.opts,
179+
verbose=args.v)
179180
elif args.action == 'diagnose':
180181
if not args.dump_before:
181182
fatal_error("Need to specify --dump-before")

0 commit comments

Comments
 (0)