##// END OF EJS Templates
Fix indentation problem with _asyncify...
Paul Ganssle -
Show More
@@ -76,7 +76,7 b' def _asyncify(code: str) -> str:'
76 76 finally:
77 77 locals()
78 78 """
79 ).format(usercode=indent(code, " " * 8)[8:])
79 ).format(usercode=indent(code, " " * 8))
80 80 return res
81 81
82 82
General Comments 0
You need to be logged in to leave comments. Login now