Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Remove parens
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Feb 9, 2017
1 parent c2c1e2b commit ca99422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timber/frameworks/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Rails
class Railtie < ::Rails::Railtie
config.timber = Config.instance
config.before_initialize do
Probes.insert!()
Probes.insert!
Timber::Frameworks::Rails.insert_middlewares(config.app_middleware)
end
end
Expand Down

0 comments on commit ca99422

Please sign in to comment.