Skip to content

Commit

Permalink
Merge pull request #15834 from muescha/muescha-fix-fignature-Keyboard…
Browse files Browse the repository at this point in the history
…Layout

unversioned_cask_checker.rb - fix signature of KeyboardLayout
  • Loading branch information
Bo98 authored Aug 6, 2023
2 parents 3eb48a8 + c447aa6 commit c0233ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/unversioned_cask_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def apps
@apps ||= @cask.artifacts.select { |a| a.is_a?(Cask::Artifact::App) }
end

sig { returns(T::Array[Cask::Artifact::Qlplugin]) }
sig { returns(T::Array[Cask::Artifact::KeyboardLayout]) }
def keyboard_layouts
@keyboard_layouts ||= @cask.artifacts.select { |a| a.is_a?(Cask::Artifact::KeyboardLayout) }
end
Expand Down

0 comments on commit c0233ea

Please sign in to comment.