# File lib/compass/logger.rb, line 71
    def action_padding(action)
      ' ' * [(max_action_length - action.to_s.length), 0].max
    end