aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-22 09:01:14 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-22 09:01:14 +0200
commit9228ea2965a0119207793f4e548be4aa711b4cde (patch)
treed1c4536868bbc7f87a5772a824379da911c257f1
parentfa3612d3fc78d0d88750278f825d0d0cd830e9da (diff)
downloadreploy-9228ea2965a0119207793f4e548be4aa711b4cde.tar.gz
reploy-9228ea2965a0119207793f4e548be4aa711b4cde.tar.bz2
format
-rw-r--r--FormatOpts.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FormatOpts.hs b/FormatOpts.hs
index 4759f89..dcdb4c2 100644
--- a/FormatOpts.hs
+++ b/FormatOpts.hs
@@ -28,4 +28,4 @@ plainWriteOpts = def {writerWrapText = WrapNone}
-- | Default options for making tables of contents with certain depth.
tocWriteOpts :: Int -> WriterOptions
-tocWriteOpts n = def { writerTOCDepth = n}
+tocWriteOpts n = def {writerTOCDepth = n}