Skip to content

Commit 9336206

Browse files
committed
Correction
1 parent db1bc0d commit 9336206

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/renderers/SiteRenderer.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ trait SiteRenderer(using DocContext) extends Locations:
5858
.orElse(asStaticSite)
5959
.orElse(asAsset)
6060
.getOrElse {
61-
if (!summon[DocContext].args.noLinkWarnings) then
61+
if (!summon[DocContext].args.noLinkWarnings){
6262
val msg = s"Unable to resolve link '$str'"
6363
report.warn(msg, content.template.templateFile.file)
64+
}
6465
str
6566
}
6667

0 commit comments

Comments
 (0)