Skip to content

Commit

Permalink
Stylistic tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 7, 2024
1 parent 9013814 commit 567e6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/App/OutputSettings.hs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ optToOutputSettings scriptingEngine opts = do
templ <- processCustomTemplate $
case customTemplate components of
Nothing -> throwError $ PandocNoTemplateError format
Just t -> (runWithDefaultPartials $ compileTemplate path t) >>=
Just t -> runWithDefaultPartials (compileTemplate path t) >>=
templateOrThrow
return (w, wexts, templ)
else
Expand Down

0 comments on commit 567e6a1

Please sign in to comment.