Skip to content

Commit f0bd041

Browse files
committed
Remove an empty line
1 parent e8e904d commit f0bd041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ReifyQuotes.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ class ReifyQuotes extends MacroTransformWithImplicits {
322322
stats.foreach(markDef)
323323
mapOverTree(last)
324324
case Inlined(call, bindings, InlineSplice(expansion @ Select(body, name))) =>
325-
326325
// To maintain phase consistency, convert inlined expressions of the form
327326
// `{ bindings; ~expansion }` to `~{ bindings; expansion }`
328327
// `{ bindings; { ~expansion } }` to `~{ bindings; expansion }`

0 commit comments

Comments
 (0)