Skip to content

Commit

Permalink
Fix failing ruff fmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen-CH-Leung committed Jan 9, 2025
1 parent c0f08c2 commit d733614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def test_emscripten(session: nox.Session):
session,
"bash",
"-c",
f"source {info.builddir/'emsdk/emsdk_env.sh'} && cargo test",
f"source {info.builddir / 'emsdk/emsdk_env.sh'} && cargo test",
)


Expand Down Expand Up @@ -951,7 +951,7 @@ def set(
f"""\
implementation={implementation}
version={version}
build_flags={','.join(build_flags)}
build_flags={",".join(build_flags)}
suppress_build_script_link_lines=true
"""
)
Expand Down

0 comments on commit d733614

Please sign in to comment.