Fix Rubocop "safe" auto-corrections

Generated using `bundle exec rubocop --safe --auto-correct`
This commit is contained in:
Brandon High 2020-03-05 10:32:11 -08:00
parent 252a2c2344
commit 29519006fa
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
14 changed files with 327 additions and 302 deletions

View file

@ -1,6 +1,5 @@
module Vmpooler
class Dashboard < Sinatra::Base
def config
Vmpooler.config
end