Skip to content

Commit a01fdee

Browse files
committed
Remove trailing whitespace in tests/ssg_test_suite/test_env.py
1 parent cb816c4 commit a01fdee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ssg_test_suite/test_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def _get_container_ports(self, container):
574574
def extract_port_map(self, podman_network_data):
575575
if not podman_network_data:
576576
raise ValueError("Port data is empty or None")
577-
577+
578578
if 'containerPort' in podman_network_data:
579579
container_port = podman_network_data['containerPort']
580580
host_port = podman_network_data['hostPort']

0 commit comments

Comments
 (0)