Skip to content

Commit d1ca544

Browse files
rochalapikinier20
authored andcommitted
remove trailing whitespace
1 parent 136c078 commit d1ca544

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
@@ -136,7 +136,7 @@ trait ClassLikeSupport:
136136
val termParams = dd.symbol.extendedTermParamLists.zipWithIndex.flatMap { case (paramList, index) =>
137137
memberInfo.paramLists(index) match
138138
case EvidenceOnlyParameterList => Nil
139-
case info: RegularParameterList =>
139+
case info: RegularParameterList =>
140140
Seq(ParametersList(paramList.params.map(mkParameter(_, memberInfo = info)), paramListModifier(paramList.params)))
141141
}
142142
val target = ExtensionTarget(

0 commit comments

Comments
 (0)