(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
result = {
clone: {
duration: {
average: 0,
min: 0,
max: 0,
total: 0
},
count: {
average: 0,
min: 0,
max: 0,
total: 0
}
clone: {
duration: {
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