Skip to content

Commit 6ba4d95

Browse files
committed
Fix formatting
1 parent 7d0994c commit 6ba4d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet_py/tests/e2e/fixtures/devnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_start_devnet_command(devnet_port: int, fork_mode: bool = False) -> List[
4040
str(1),
4141
"--state-archive-capacity",
4242
"full",
43-
"--predeclare-argent"
43+
"--predeclare-argent",
4444
]
4545

4646
if fork_mode:

0 commit comments

Comments
 (0)