aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}