Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin committed Dec 4, 2023
1 parent 4624871 commit d031b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maple2jax/python.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def _get_abi_tag(rctx, python_bin):
])
lines = result.stdout.splitlines()
if len(lines) == 0:
return ""
return ""
else:
return lines[0]
return lines[0]

def _declare_python_abi_impl(rctx):
python_bin = _get_python_bin(rctx)
Expand Down

0 comments on commit d031b81

Please sign in to comment.