mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #63 from sschneid/syntax_spacing
(maint) Fixing spacing
This commit is contained in:
commit
5454352039
1 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue