Skip to content

Commit

Permalink
extend/os/linux/keg: use typed: strict
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Aug 13, 2024
1 parent 79d887a commit 699d918
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Library/Homebrew/extend/os/linux/keg.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# typed: true # rubocop:disable Sorbet/StrictSigil
# typed: strict
# frozen_string_literal: true

class Keg
undef binary_executable_or_library_files

sig { returns(T::Array[Pathname]) }
def binary_executable_or_library_files
elf_files
end
Expand Down

0 comments on commit 699d918

Please sign in to comment.