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 Aug 27, 2020
1 parent 9bbcb42 commit e0f5d1c
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 e0f5d1c

Please sign in to comment.