Skip to content

Commit 2756866

Browse files
committed
Add line breaks
1 parent e0403e7 commit 2756866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/environments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def run(self):
314314
killed_in_output = 'Killed' in '\n'.join(self.output.splitlines()[-15:])
315315
if self.exit_code == DOCKER_OOM_EXIT_CODE or (self.exit_code == 1 and killed_in_output):
316316
self.output += str(_(
317-
'Command killed due to excessive memory consumption\n'
317+
'\n\nCommand killed due to excessive memory consumption\n'
318318
))
319319
except DockerAPIError:
320320
self.exit_code = -1

0 commit comments

Comments
 (0)