From 2f52b9bba0bb7e5a7ab88d6cbafccda2193211a0 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 24 Dec 2021 16:28:07 +0100 Subject: smaller changes --- lib/CheckMap.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/CheckMap.hs') 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 = -- cgit v1.2.3