dev-cmd/typecheck: improve indentation.

This commit is contained in:
Mike McQuaid 2024-07-04 08:28:24 +01:00 committed by GitHub
parent e7b9a732b4
commit a934713992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,9 +61,9 @@ module Homebrew
ohai "Checking if we can bump Sorbet `typed` sigils..."
# --sorbet needed because of https://github.com/Shopify/spoom/issues/488
system "bundle", "exec", "spoom", "srb", "bump", "--from", "false", "--to", "true",
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
system "bundle", "exec", "spoom", "srb", "bump", "--from", "true", "--to", "strict",
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
end
return