Skip to content

Commit 6323252

Browse files
committed
remove trailing whitespace
1 parent 48fe985 commit 6323252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/tasty/ClassLikeSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ trait ClassLikeSupport:
134134
val termParams = dd.symbol.extendedTermParamLists.zipWithIndex.flatMap { case (paramList, index) =>
135135
memberInfo.paramLists(index) match
136136
case EvidenceOnlyParameterList => Nil
137-
case info: RegularParameterList =>
137+
case info: RegularParameterList =>
138138
Seq(ParametersList(paramList.params.map(mkParameter(_, memberInfo = info)), paramListModifier(paramList.params)))
139139
}
140140
val target = ExtensionTarget(

0 commit comments

Comments
 (0)