Skip to content

Commit 8a66741

Browse files
committed
Add blank line
Signed-off-by: yongjunhong <[email protected]>
1 parent 36952e7 commit 8a66741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/package_manager/test_nuget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def test_ubuntu(run_command):
3333
def test_windows(run_command):
3434
for command in WINDOW_COMMANDS:
3535
return_code, stdout, stderr = run_command(command)
36-
assert return_code == 0, f"Command failed: {command}\nstdout: {stdout}\nstderr: {stderr}"
36+
assert return_code == 0, f"Command failed: {command}\nstdout: {stdout}\nstderr: {stderr}"

0 commit comments

Comments
 (0)