File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ def main():
313
313
elif line .count ("= '" ) == 1 and line .count ('://' ) == 1 :
314
314
whitespace = line_length2 - len (line .lstrip ())
315
315
new_ws = line [0 :whitespace ] + " "
316
- line1 = line .split ('://' )[0 ] + ' ://" \\ '
316
+ line1 = line .split ('://' )[0 ] + " ://' \\ "
317
317
line2 = new_ws + "'" + line .split ('://' )[1 ]
318
318
new_sb_lines .append (line1 )
319
319
if get_width (line2 ) + w > console_width :
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ def main():
654
654
elif line .count ("= '" ) == 1 and line .count ('://' ) == 1 :
655
655
whitespace = line_length2 - len (line .lstrip ())
656
656
new_ws = line [0 :whitespace ] + " "
657
- line1 = line .split ('://' )[0 ] + ' ://" \\ '
657
+ line1 = line .split ('://' )[0 ] + " ://' \\ "
658
658
line2 = new_ws + "'" + line .split ('://' )[1 ]
659
659
new_sb_lines .append (line1 )
660
660
if get_width (line2 ) + w > console_width :
You can’t perform that action at this time.
0 commit comments