Rubocop changes.

This commit is contained in:
Drumstickx
2019-05-21 14:51:52 +02:00
parent 2f83d02168
commit 29f68ed5d8
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# rubocop:disable Metrics/ClassLength
module OpenFoodNetwork
class UsersAndEnterprisesReport
attr_reader :params
@@ -119,3 +120,4 @@ module OpenFoodNetwork
end
end
end
# rubocop:enable Metrics/ClassLength