From cd94b2327797e614b4ef28c9395c7b462176fb71 Mon Sep 17 00:00:00 2001 From: Andy Brett Date: Fri, 20 Nov 2020 10:35:02 -0800 Subject: [PATCH] fix rubocop styles --- lib/tasks/subscriptions/test.rake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tasks/subscriptions/test.rake b/lib/tasks/subscriptions/test.rake index bfe0e48eb6..517bcecd2a 100644 --- a/lib/tasks/subscriptions/test.rake +++ b/lib/tasks/subscriptions/test.rake @@ -17,8 +17,8 @@ namespace :ofn do # Reset Proxy Orders of the Order Cycle # by detatching them from existing orders and resetting placed and confirmed dates ProxyOrder.find_by(order_cycle_id: order_cycle_id)&.update(order_id: nil, - confirmed_at: nil, - placed_at: nil) + confirmed_at: nil, + placed_at: nil) # Run placement job to create orders SubscriptionPlacementJob.new.perform