mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-02-20 05:02:02 +00:00
Update python/jsbeautifier/javascript/beautifier.py
This commit is contained in:
parent
e77f74b140
commit
00f3847be5
@ -1439,7 +1439,7 @@ class Beautifier:
|
||||
# if there is a newline between -- or ++ and anything else we
|
||||
# should preserve it.
|
||||
if current_token.newlines and (
|
||||
current_token.text == "--"
|
||||
current_token.text == "--"
|
||||
or current_token.text == "++"
|
||||
or current_token.text == "~"
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user