Skip to content

Commit

Permalink
Fixing code formatting from #16
Browse files Browse the repository at this point in the history
  • Loading branch information
László Vaskó committed May 7, 2020
1 parent 12c293e commit b6dd782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openconnect_sso/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(args):
configure_logger(logging.getLogger(), args.log_level)

try:
if os.name == 'nt':
if os.name == "nt":
asyncio.set_event_loop(asyncio.ProactorEventLoop())
return asyncio.get_event_loop().run_until_complete(_run(args))
except KeyboardInterrupt:
Expand Down

0 comments on commit b6dd782

Please sign in to comment.