Remove line break between ) and : if there's a line break before )

This commit is contained in:
Dmitry Jemerov
2017-06-12 16:25:48 +02:00
parent 2ce430d608
commit fc2a1fce8b
6 changed files with 53 additions and 3 deletions
@@ -0,0 +1,4 @@
open class GFMOutputBuilder(
to: StringBuilder
) : MarkdownOutputBuilder(to) {
}
@@ -0,0 +1,5 @@
open class GFMOutputBuilder(
to: StringBuilder
)
: MarkdownOutputBuilder(to) {
}
@@ -0,0 +1,6 @@
open class GFMOutputBuilder(
to: StringBuilder
) : MarkdownOutputBuilder(to) {
}
// SET_TRUE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE
@@ -0,0 +1,6 @@
open class GFMOutputBuilder(
to: StringBuilder)
: MarkdownOutputBuilder(to) {
}
// SET_TRUE: METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE