Fix whitespace

This commit is contained in:
Harikrishna Patnala 2026-05-13 15:45:42 +05:30
parent 0876e2fcab
commit 6abb0b2811
1 changed files with 0 additions and 1 deletions

View File

@ -180,4 +180,3 @@ class TestVpcFirewallRules(cloudstackTestCase):
self.assertEqual(listed_rule.protocol.lower(), "tcp")
self.assertEqual(int(listed_rule.startport), 19443)
self.assertEqual(int(listed_rule.endport), 19443)