Skip to content

Commit

Permalink
More whitespace formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Feb 27, 2024
1 parent d37a4d9 commit bcd3ba3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/core/contextual.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ trait Interpolator[InputType, StateType, ResultType]:
throw PositionalError(msg, start + off.or(0), start + off.or(0) + len.or(end - start - off.or(0)))

def recur
(seq: Seq[Expr[Any]], parts: Seq[String], positions: Seq[Position], state: StateType,
expr: Expr[StateType])
( seq: Seq[Expr[Any]],
parts: Seq[String],
positions: Seq[Position],
state: StateType,
expr: Expr[StateType] )
: (StateType, Expr[ResultType]) throws PositionalError =

seq match
Expand Down

0 comments on commit bcd3ba3

Please sign in to comment.