Skip to content

Commit 83a91f8

Browse files
committed
Formatting
1 parent 066b5f2 commit 83a91f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tooling/src/hypothesistooling/projects/conjecturerust.py

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
SRC = os.path.join(BASE_DIR, "src")
3737

38+
3839
def has_release():
3940
"""Is there a version of this package ready to release?"""
4041
return os.path.exists(RELEASE_FILE)
@@ -57,6 +58,7 @@ def update_changelog_and_version():
5758
entry=release_contents,
5859
)
5960

61+
6062
def cargo(*args):
6163
install.ensure_rustup()
6264
with in_dir(BASE_DIR):

0 commit comments

Comments
 (0)