Skip to content

Commit 8e84b07

Browse files
committed
Fix formatting
1 parent 55b1b2d commit 8e84b07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ object LaikaBuild {
157157
.parallel[IO]
158158
.build
159159
val index =
160-
Renderer.of(indexConfig.format).withConfig(parser.config).parallel[IO].build
160+
Renderer
161+
.of(indexConfig.format)
162+
.withConfig(parser.config)
163+
.parallel[IO]
164+
.build
161165

162166
(html, rss, index).tupled.use { (html, rss, index) =>
163167
parser.fromInput(input).parse.flatMap { tree =>

0 commit comments

Comments
 (0)