Skip to content

Commit

Permalink
resource_auditor: add missing require
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jul 20, 2024
1 parent 45f853e commit 5963397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/resource_auditor.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# typed: true
# frozen_string_literal: true

require "utils/svn"

module Homebrew
# Auditor for checking common violations in {Resource}s.
class ResourceAuditor
Expand Down

0 comments on commit 5963397

Please sign in to comment.