Skip to content

Commit 8ff1c1a

Browse files
Update src/main/scala/dotty/xml/interpolator/internal/Macro.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent e570648 commit 8ff1c1a

File tree

1 file changed

+2
-1
lines changed
  • src/main/scala/dotty/xml/interpolator/internal

1 file changed

+2
-1
lines changed

src/main/scala/dotty/xml/interpolator/internal/Macro.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ object Macro:
6868
import TypeCheck.apply as typecheck
6969
import Expand.apply as expand
7070

71-
val interpolate = parse andThen
71+
val interpolate =
72+
parse andThen
7273
transform andThen
7374
validate andThen
7475
typecheck andThen

0 commit comments

Comments
 (0)