# File lib/rhc/commands/app.rb, line 370
    def tidy(app)
      app_action :tidy

      results { say "#{app} cleaned up" }
      0
    end