Skip to content

Commit df15591

Browse files
Fix style nit, line end for test file
1 parent 65f78c1 commit df15591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CLI/modules/subnet_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def test_detail(self):
3434
'hardware': 'none',
3535
'usable ips': 22
3636
},
37-
json.loads(result.output))
37+
json.loads(result.output))

0 commit comments

Comments
 (0)