Skip to content

Commit

Permalink
Merge pull request #17822 from chenrui333/resource_auditor-require
Browse files Browse the repository at this point in the history
resource_auditor: add missing require
  • Loading branch information
apainintheneck authored Jul 20, 2024
2 parents 3914d29 + 5963397 commit 62ebd31
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 62ebd31

Please sign in to comment.