Remove accidentally commited trailing space on a line
This commit is contained in:
parent
7cef65d799
commit
93c9863426
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ unify = foldl complete emptyLayer
|
|||
docStructure =
|
||||
unifyDocStructure (docStructure tmpLayer) (docStructure older)
|
||||
, objects = mergedObjects
|
||||
, occurrences =
|
||||
, occurrences =
|
||||
unifyOccurrences mergedObjects (occurrences tmpLayer) (occurrences older)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue