Skip to content

Commit

Permalink
cleanup: Run standard:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Jul 1, 2024
1 parent cf5dcf7 commit 76c2eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotenv/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Rails < ::Rails::Railtie
delegate :files, :files=, :overwrite, :overwrite=, :autorestore, :autorestore=, :logger, to: "config.dotenv"

def initialize
super()
super
config.dotenv = ActiveSupport::OrderedOptions.new.update(
# Rails.logger is not available yet, so we'll save log messages and replay them when it is
logger: Dotenv::ReplayLogger.new,
Expand Down

0 comments on commit 76c2eda

Please sign in to comment.