Skip to content

Commit

Permalink
Fix a test (bazelbuild#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmos authored May 17, 2018
1 parent 21fc626 commit 4604aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/testdata/059.golden
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ This particular line has just 4 leading spaces, so it should be moved only 4 spa

if foobar:
def h():
"""This docstring is already indented properly, therefore shouldn't be touched,
even though this line has trailing spaces and the next line consists only of spaces:
"""This docstring is already indented properly, therefore shouldn't be reindented,
but the trailing spacees from this and the following lines should be removed.

"""

Expand Down
4 changes: 2 additions & 2 deletions build/testdata/059.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if bar:

if foobar:
def h():
"""This docstring is already indented properly, therefore shouldn't be touched,
even though this line has trailing spaces and the next line consists only of spaces:
"""This docstring is already indented properly, therefore shouldn't be reindented,
but the trailing spacees from this and the following lines should be removed.

"""

Expand Down

0 comments on commit 4604aa8

Please sign in to comment.