~jelmer/brz/bgt

« back to all changes in this revision

Viewing changes to breezy/bzr/workingtree_4.py

  • Committer: Martin
  • Date: 2018-11-18 19:48:57 UTC
  • mto: This revision was merged to the branch mainline in revision 7205.
  • Revision ID: gzlist@googlemail.com-20181118194857-mqty4xka790jf934
Fix remaining whitespace lint in codebase

Enables rules W191, W291, W293, and W391 for flake8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1403
1403
class ContentFilteringDirStateWorkingTree(DirStateWorkingTree):
1404
1404
    """Dirstate working tree that supports content filtering.
1405
1405
 
1406
 
    The dirstate holds the hash and size of the canonical form of the file, 
 
1406
    The dirstate holds the hash and size of the canonical form of the file,
1407
1407
    and most methods must return that.
1408
1408
    """
1409
1409