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 = docStructure =
unifyDocStructure (docStructure tmpLayer) (docStructure older) unifyDocStructure (docStructure tmpLayer) (docStructure older)
, objects = mergedObjects , objects = mergedObjects
, occurrences = , occurrences =
unifyOccurrences mergedObjects (occurrences tmpLayer) (occurrences older) unifyOccurrences mergedObjects (occurrences tmpLayer) (occurrences older)
} }