Skip to content

Commit

Permalink
compatibility hack until mdoc#842 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Feb 15, 2024
1 parent 0816e76 commit e3709f5
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package scala.meta.internal.prettyprinters

// compatibility hack until https://github.com/scalameta/mdoc/pull/842 is released
object enquote {
def apply(s: String, style: QuoteStyle): String = {
style(s)
}
}

0 comments on commit e3709f5

Please sign in to comment.