Skip to content

Commit

Permalink
remove useless require
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuraku committed Feb 7, 2023
1 parent ade7118 commit 10d4f06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/extend/os/dev-cmd/bottle.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# typed: strict
# frozen_string_literal: true

require "extend/os/linux/dev-cmd/bottle" if OS.linux?

if OS.mac?
require "extend/os/mac/dev-cmd/bottle"
elsif OS.linux?
Expand Down

0 comments on commit 10d4f06

Please sign in to comment.