Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit a1af6ca

Browse files
committed
CODING_GUIDELINES: Fix typo: / => \
1 parent 6fdf77f commit a1af6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Line up variables
120120
Don't use line continuations:
121121

122122
# no
123-
if (this_is_a_very_long_line and foo and /
123+
if (this_is_a_very_long_line and foo and \
124124
i_am_going_to_continue_it):
125125
bar()
126126

0 commit comments

Comments
 (0)