Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-andreotti authored and jensens committed Jun 20, 2019
1 parent e779a72 commit 572163d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plone/app/standardtiles/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,5 @@ def getRootPath(context, currentFolderOnly, topLevel, root):
if len(contextSubPathElements) < topLevel:
return None
rootPath = '/'.join([rootPath] + contextSubPathElements[:topLevel])
return rootPath
return rootPath

0 comments on commit 572163d

Please sign in to comment.