Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 13, 2023
1 parent 5405626 commit 284e482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/redacting_logger.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require "logger"

# RedactingLogger is a custom logger that extends the standard Logger class.
Expand Down
1 change: 1 addition & 0 deletions spec/lib/redacting_logger_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require "logger"
require "stringio"
require_relative "../spec_helper"
Expand Down

0 comments on commit 284e482

Please sign in to comment.