class Cucumber::Formatter::LegacyApi::Adapter::Indent

def of(node)

def of(node)
  # The length of the instantiated steps in --expand mode are currently
  # not included in the calculation of max => make sure to return >= 1
  [1, max - node.name.length - node.keyword.length].max
end