Skip to content

Commit d448810

Browse files
author
Tobias Bordenca
committed
Use color settings from Tasty instance
1 parent 97c63aa commit d448810

File tree

3 files changed

+107
-82
lines changed

3 files changed

+107
-82
lines changed

library/src/scala/tasty/util/ShowExtractors.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class ShowExtractors[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
77

88
def showTree(tree: Tree)(implicit ctx: Context): String =
99
new Buffer().visitTree(tree).result()
10-
1110
def showCaseDef(caseDef: CaseDef)(implicit ctx: Context): String =
1211
new Buffer().visitCaseDef(caseDef).result()
1312

0 commit comments

Comments
 (0)