Skip to content

Commit 63b838a

Browse files
committed
Remove blank line at the end of Jekyll warning
1 parent badb4ea commit 63b838a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scaladoc/src/dotty/tools/scaladoc/DocContext.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ case class DocContext(args: Scaladoc.Args, compilerContext: CompilerContext):
105105
report.warning(
106106
s"""Following generated file paths might not be compatible with Jekyll:
107107
|${jekyllIncompatLinks.mkString("\n")}
108-
|If using GitHub Pages consider adding a \".nojekyll\" file.
109-
""".stripMargin)(using compilerContext)
108+
|If using GitHub Pages consider adding a \".nojekyll\" file.""".stripMargin
109+
)(using compilerContext)

0 commit comments

Comments
 (0)