Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Jan 22, 2025
1 parent 27da32d commit 581d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chapel-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
depends=glob.glob("src/**/*.h", recursive=True),
extra_compile_args=CXXFLAGS,
extra_link_args=LDFLAGS,
py_limited_api=use_stable_api
py_limited_api=use_stable_api,
)
],
)

0 comments on commit 581d8b4

Please sign in to comment.