mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
CODING_GUIDELINES: Fix typo: / => \
This commit is contained in:
@@ -120,7 +120,7 @@ Line up variables
|
||||
Don't use line continuations:
|
||||
|
||||
# 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):
|
||||
bar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user