Showing 1 of 1 total issue
Function print
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def print: String = {
val sb = new StringBuffer()
def rec(d: Document)(implicit ind: Int, first: Boolean): Unit = d match {
case Raw(s) =>