From 7b2757e7be4ae2ddf0fa7cb694faf5799340f003 Mon Sep 17 00:00:00 2001 From: James McKinney Date: Thu, 21 May 2015 14:56:53 +0200 Subject: Remove all optional parentheses for method calls in Ruby --- app/controllers/api_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/api_controller.rb') diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 779ae04a6..3b8991f28 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -42,7 +42,7 @@ class ApiController < ApplicationController :status => 'ready', :message_type => 'initial_request', :body => json["body"], - :last_sent_at => Time.now(), + :last_sent_at => Time.now, :what_doing => 'normal_sort', :info_request => request ) -- cgit v1.2.3