Skip to content

Commit

Permalink
Fix missing line break in docs (cylc#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jun 19, 2023
1 parent 231f0ea commit fee6776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def check_if_jinja2(
>>> check_if_jinja2('foofoo', jinja_shebang=True, function=func)
['foo', 'foo']
"""
if jinja_shebang:
return function(line)
Expand Down Expand Up @@ -971,7 +972,7 @@ def get_reference_rst(checks):
output += (
'\n.. note::\n'
'\n U998 and U999 represent automatically generated '
'sets of deprecations and upgrades.'
'sets of deprecations and upgrades.\n'
)

if current_checkset == 'A':
Expand Down

0 comments on commit fee6776

Please sign in to comment.