aklt/plantuml-syntax

`fork again` increases indent

sfinktah opened this issue · 1 comments


partition Browse {
  skinparam ConditionEndStyle diamond
  fork
    :select dates;
    fork again
      :select locations;
    end fork

  }

aklt commented

Thanks for your bugreport, I hope to have a look at this soon.