Skip to content

Commit

Permalink
Black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisIsKing committed Oct 2, 2024
1 parent 56450bc commit 2a147c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jac/jaclang/runtimelib/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ def get_bytecode(
if result.ir.gen.py_bytecode is not None:
return marshal.loads(result.ir.gen.py_bytecode)
else:
return None
return None

0 comments on commit 2a147c4

Please sign in to comment.