Skip to content

Commit

Permalink
Update src/main/scala/dotty/xml/interpolator/internal/Macro.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Stucki <[email protected]>
  • Loading branch information
hamzaremmal and nicolasstucki authored Mar 22, 2024
1 parent e570648 commit 8ff1c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/dotty/xml/interpolator/internal/Macro.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ object Macro:
import TypeCheck.apply as typecheck
import Expand.apply as expand

val interpolate = parse andThen
val interpolate =
parse andThen
transform andThen
validate andThen
typecheck andThen
Expand Down

0 comments on commit 8ff1c1a

Please sign in to comment.