view: Fix a reversion in 8.20200522 that broke entering or changing views.

Commit 2dc7b5186a messed up indentation.

This commit was sponsored by Noam Kremen on Patreon.
This commit is contained in:
Joey Hess 2020-11-02 14:47:08 -04:00
parent efdb13fca3
commit 9252f86b2e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 6 additions and 1 deletions

View file

@ -360,7 +360,7 @@ applyView' mkviewedfile getfilemetadata view = do
topf <- inRepo (toTopFilePath f)
go uh topf sha (toTreeItemType mode) =<< lookupKey f
liftIO $ void clean
genViewBranch view
genViewBranch view
where
genviewedfiles = viewedFiles view mkviewedfile -- enables memoization