Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nkcsgexi committed Mar 22, 2019
1 parent 80330d6 commit 246bfbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/api_checker/swift-api-checker.py
Expand Up @@ -175,7 +175,8 @@ def main():
fatal_error("Need to specify --output")
runner = DumpConfig(tool_path=args.tool_path, platform=args.target)
runner.run(output=args.output, module=args.module,
swift_ver=args.swift_version, opts=args.opts, verbose=args.v)
swift_ver=args.swift_version, opts=args.opts,
verbose=args.v)
elif args.action == 'diagnose':
if not args.dump_before:
fatal_error("Need to specify --dump-before")
Expand Down

0 comments on commit 246bfbc

Please sign in to comment.