Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Eichelberger <[email protected]>
  • Loading branch information
SMillerDev and dduugg authored Jan 14, 2025
1 parent 76c1313 commit 5a08f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/cask/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ class Config
vst3_plugindir: "~/Library/Audio/Plug-Ins/VST3",
screen_saverdir: "~/Library/Screen Savers",
}.freeze,
T::Hash[Symbol, T.nilable(String)],
T::Hash[Symbol, String],
)

sig { returns(T::Hash[Symbol, T.untyped]) }
sig { returns(T::Hash[Symbol, String]) }
def self.defaults
{
languages: LazyObject.new { ::OS::Mac.languages },
Expand Down

0 comments on commit 5a08f5b

Please sign in to comment.