Remove accidentally commited trailing space on a line

This commit is contained in:
Tissevert 2020-03-04 18:14:54 +01:00
parent 7cef65d799
commit 93c9863426
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ unify = foldl complete emptyLayer
docStructure =
unifyDocStructure (docStructure tmpLayer) (docStructure older)
, objects = mergedObjects
, occurrences =
, occurrences =
unifyOccurrences mergedObjects (occurrences tmpLayer) (occurrences older)
}