# File lib/hammer_cli/output/adapter/base.rb, line 78
    def render_label(field, width)
      if field.label
        "%-#{width}s" % (field.label.to_s + LABEL_DIVIDER)
      else
        ""
      end
    end