Skip to content

Commit c46f2e0

Browse files
committed
style: extra config fixes to rubocop
1 parent 4414621 commit c46f2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
config.active_support.report_deprecations = false
3131

32-
config.log_formatter = ::Logger::Formatter.new
32+
config.log_formatter = Logger::Formatter.new
3333

3434
if ENV['RAILS_LOG_TO_STDOUT'].present?
3535
logger = ActiveSupport::Logger.new($stdout)

0 commit comments

Comments
 (0)