Skip to content

Commit

Permalink
Update sloth/src/main/scala-3/internal/Macros.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored Jun 24, 2024
1 parent 1661fb0 commit 6ec330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sloth/src/main/scala-3/internal/Macros.scala
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ object TraitMacro {
Block(List(clsDef), newCls)
}

println(result.show)
// println(result.show)
result.asExprOf[Trait]
}
}
Expand Down

0 comments on commit 6ec330a

Please sign in to comment.