Remove line break between ) and : if there's a line break before )
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user