Skip to content

Commit 16d26fc

Browse files
committed
fix trailing comma error
1 parent 12b3649 commit 16d26fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quill-sql/src/main/scala/io/getquill/util/Format.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object Format {
6666
| ${Format(Printer.TreeShortCode.show(term)) }
6767
|==== Extractors ===
6868
| ${Format(Printer.TreeStructure.show(term))}
69-
|""".stripMargin,
69+
|""".stripMargin
7070
} else {
7171
Format(Printer.TreeShortCode.show(term))
7272
}

0 commit comments

Comments
 (0)