Fixes indentation style issues (#51637)

Fixes docstrings
This commit is contained in:
Wojciech Wypior 2019-02-02 01:49:33 +00:00 committed by Tim Rupp
commit 48704d45fd
10 changed files with 21 additions and 20 deletions

View file

@ -296,7 +296,7 @@ class Difference(object):
if self.content:
return self.want.source_path
if self.want.source_path != self.have.source_path:
return self.want.source_path
return self.want.source_path
@property
def content(self):