summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-12-19 11:31:12 +0000
committerLars Wirzenius <liw@liw.fi>2012-12-19 11:31:12 +0000
commit0638950f26fe2a296d18b67aee1679f02c87b06f (patch)
tree02e484f6f6316363db483c2b44d29e360c598265
parent31503336c52eadce1ec923a95d909c97c6680a1a (diff)
downloadlarch-0638950f26fe2a296d18b67aee1679f02c87b06f.tar.gz
Add missing empty line
-rwxr-xr-xlarch/fsck.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/larch/fsck.py b/larch/fsck.py
index 7ca0111..bbcd7a3 100755
--- a/larch/fsck.py
+++ b/larch/fsck.py
@@ -77,6 +77,7 @@ class CheckNode(WorkItem):
if not seen_already:
yield CheckNode(self.fsck, child_id)
+
class CheckForest(WorkItem):
def __init__(self, fsck):