Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Tapia committed Nov 20, 2018
1 parent c32ebae commit e33b64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/spree/admin/trackers_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def tracker_types
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/solidus_trackers/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Engine < Rails::Engine
g.test_framework :rspec
end

initializer 'solidus_trackers.environment', before: :load_config_initializers do |app|
initializer 'solidus_trackers.environment', before: :load_config_initializers do
SolidusTrackers::Config = SolidusTrackers::Configuration.new
end

Expand Down

0 comments on commit e33b64d

Please sign in to comment.