fun ifBrokeBeforeBrace()

in core/src/main/java/com/facebook/ktfmt/format/KotlinInputAstVisitor.kt [905:908]


    fun ifBrokeBeforeBrace(onTrue: Indent, onFalse: Indent): Indent {
      if (brokeBeforeBrace == null) return onFalse
      return Indent.If.make(brokeBeforeBrace, onTrue, onFalse)
    }