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 =
|
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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue