Skip to content

Commit 962e4f5

Browse files
committed
style: ruff format test_rust.py
1 parent c68ecb4 commit 962e4f5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

dsls/harmont-py/tests/test_rust.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ def test_full_chain(self):
3535
def test_actions_share_install_step(self):
3636
tc = hm.rust.toolchain(path="cli")
3737
p = hm.pipeline(
38-
tc.build(), tc.test(), tc.clippy(), tc.fmt(), tc.doc(),
38+
tc.build(),
39+
tc.test(),
40+
tc.clippy(),
41+
tc.fmt(),
42+
tc.doc(),
3943
default_image="ubuntu:24.04",
4044
)
4145
cmds = _cmds(p)

0 commit comments

Comments
 (0)