mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7974 from msabramo/CODING_GUIDELINES_slash_to_backslash
CODING_GUIDELINES: Fix typo: / => \
This commit is contained in:
commit
e013043f40
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Line up variables
|
||||||
Don't use line continuations:
|
Don't use line continuations:
|
||||||
|
|
||||||
# no
|
# no
|
||||||
if (this_is_a_very_long_line and foo and /
|
if (this_is_a_very_long_line and foo and \
|
||||||
i_am_going_to_continue_it):
|
i_am_going_to_continue_it):
|
||||||
bar()
|
bar()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue