Skip to content

Commit 2d04f6e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ given Conversion[Position, Int] with
1010
case _ => throw new Exception("expected offset position")
1111

1212
private[internal] inline def ctx(using XmlContext): XmlContext = summon
13-
private[internal] inline def reporter(using Reporter) : Reporter = summon
13+
private[internal] inline def reporter(using Reporter): Reporter = summon

0 commit comments

Comments
 (0)