Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 14, 2024
1 parent 1c22d56 commit b8a1749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/contextual.Interpolator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ trait Interpolator[InputType, StateType, ResultType]:

val parts = context.value.getOrElse:
abandon(m"the StringContext extension method parameter does not appear to be inline")
.parts

. parts

val positions: Seq[Position] = (context: @unchecked) match
case '{(${sc}: StringContext.type).apply(($parts: Seq[String])*)} =>
Expand Down

0 comments on commit b8a1749

Please # to comment.