summaryrefslogtreecommitdiff
path: root/lib/CheckMap.hs
diff options
context:
space:
mode:
authorstuebinm2021-12-24 16:28:07 +0100
committerstuebinm2021-12-24 16:29:36 +0100
commit2f52b9bba0bb7e5a7ab88d6cbafccda2193211a0 (patch)
tree7eb3bea9c38b34fc0925bcbc3403c2bc6f5668d3 /lib/CheckMap.hs
parent78e6f6928db911e6c4eb769016a91832d27ae5bd (diff)
smaller changes
Diffstat (limited to 'lib/CheckMap.hs')
-rw-r--r--lib/CheckMap.hs5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CheckMap.hs b/lib/CheckMap.hs
index 63b264a..51b4496 100644
--- a/lib/CheckMap.hs
+++ b/lib/CheckMap.hs
@@ -155,11 +155,10 @@ checkLayerRec config depth layers =
-- Lintresults for sublayers and subsublayers etc.
subresults' =
- checkLayerRec config depth
- $ sublayers
+ checkLayerRec config depth sublayers
-- lintresult for the parent layer
- parentResult = runLintWriter config parentAdjusted depth (checkLayer)
+ parentResult = runLintWriter config parentAdjusted depth checkLayer
-- the parent layer with adjusted sublayers
parentAdjusted =