From 0638950f26fe2a296d18b67aee1679f02c87b06f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 19 Dec 2012 11:31:12 +0000 Subject: Add missing empty line --- larch/fsck.py | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.1