Remove line break between ) and : if there's a line break before )
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
open class GFMOutputBuilder(
|
||||
to: StringBuilder
|
||||
)
|
||||
: MarkdownOutputBuilder(to) {
|
||||
}
|
||||
Reference in New Issue
Block a user