Skip to content

Commit

Permalink
lint: more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Aug 14, 2023
1 parent 3d760d7 commit 59c51f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Products/CMFCore/DirectoryView.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,8 @@ def listFolderHierarchy(ob, path, rval, adding_meta_type=None, max=0, c=0):
name = subpath
if max == 0 or c <= max:
rval.append((subpath, name))
listFolderHierarchy(subob, subpath, rval, adding_meta_type, max, c)
listFolderHierarchy(subob, subpath, rval, adding_meta_type,
max, c)


@implementer(IDirectoryView)
Expand Down

0 comments on commit 59c51f1

Please sign in to comment.