From 7f8d4111efb696575ff88f4ee00d4c7b86d02ed9 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 4 Mar 2015 11:36:37 -0800 Subject: [PATCH] (maint) Fixing spacing --- lib/vmpooler/api/v1.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/vmpooler/api/v1.rb b/lib/vmpooler/api/v1.rb index 5189d8de3..bd5444048 100644 --- a/lib/vmpooler/api/v1.rb +++ b/lib/vmpooler/api/v1.rb @@ -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