Files
openfoodnetwork/engines/catalog/lib/catalog.rb
Luis Ramos 8a9dae0ee2 Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
2020-06-22 12:23:10 +01:00

7 lines
76 B
Ruby

# frozen_string_literal: true
require "catalog/engine"
module Catalog
end