Skip to content

Commit

Permalink
Merge pull request #63 from sschneid/syntax_spacing
Browse files Browse the repository at this point in the history
(maint) Fixing spacing
  • Loading branch information
colinPL committed Mar 4, 2015
2 parents c4b3dda + 7f8d411 commit 5454352
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions lib/vmpooler/api/v1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,21 @@ def validate_date_str(date_str)
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
Expand Down

0 comments on commit 5454352

Please sign in to comment.