Skip to content

Commit 9934837

Browse files
committed
Change default
1 parent eb08033 commit 9934837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quill-core/src/main/scala/io/getquill/context/ContextVerbTranslate.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trait ContextVerbTranslate extends ContextTranslateMacro {
2020
case class TranslateOptions(
2121
prettyPrint: Boolean = false,
2222
plugLifts: Boolean = true,
23-
demarcateLifts: Boolean = true
23+
demarcateLifts: Boolean = false
2424
)
2525

2626
trait ContextTranslateMacro extends ContextTranslateProto {

0 commit comments

Comments
 (0)