Skip to content

Commit

Permalink
#3392: Add additional line break.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbillowsMO committed May 23, 2024
1 parent d646d2d commit ac0ceaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def validate_user_config_file(user_config_file_content):
"""
errors = [
"There were validation errors in your user configuration file. See "
"details below."
"details below.\n"
]
for user_config_key, usr_config_value in user_config_file_content.items():
try:
Expand Down

0 comments on commit ac0ceaf

Please sign in to comment.