From 8c5ac4cb2315ee9893b99da8066a6dbf9cd9ed88 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Thu, 10 Aug 2017 11:35:15 +0200 Subject: [PATCH] Fix extra empty line reported by rubocop --- lib/tasks/dev.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index 78a9a2d4c2..db5c2bad0c 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -191,7 +191,6 @@ namespace :openfoodnetwork do # Creates an order cycle for the provided enterprise and selecting all the # variants specified for both incoming and outgoing exchanges class CreateOrderCycle - # Constructor # # @param enterprise [Enterprise]