(maint) Fixing spacing

This commit is contained in:
Scott Schneider 2015-03-04 11:36:37 -08:00
parent c4b3dda2f5
commit 7f8d4111ef

View file

@ -134,21 +134,21 @@ module Vmpooler
content_type :json content_type :json
result = { result = {
clone: { clone: {
duration: { duration: {
average: 0, average: 0,
min: 0, min: 0,
max: 0, max: 0,
total: 0 total: 0
},
count: {
average: 0,
min: 0,
max: 0,
total: 0
}
}, },
daily: [] count: {
average: 0,
min: 0,
max: 0,
total: 0
}
},
daily: []
} }
from_param = params[:from] || Date.today.to_s from_param = params[:from] || Date.today.to_s