Skip to content

Commit bb75f72

Browse files
committed
Add newline during print for better formatting
1 parent c608dda commit bb75f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def emit_docker_run_equivalent():
123123
address = f"https://{self.infrastructure.instance_address}:{self.infrastructure.web_ui_port}"
124124
else:
125125
address = f"http://{self.infrastructure.instance_address}:{self.infrastructure.web_ui_port}"
126-
print(f"Started container with the following information:\n"
126+
print(f"\nStarted container with the following information:\n"
127127
f"\tname : [{self.get_name()}]\n"
128128
f"\taddress : [{address}]\n"
129129
f"\tusername: [{self.infrastructure.splunk_app_username}]\n"

0 commit comments

Comments
 (0)