Skip to content

Commit

Permalink
dev-cmd/typecheck: improve indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jul 4, 2024
1 parent e7b9a73 commit a934713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/dev-cmd/typecheck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def run
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",

Check warning on line 63 in Library/Homebrew/dev-cmd/typecheck.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/dev-cmd/typecheck.rb#L63

Added line #L63 was not covered by tests
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
system "bundle", "exec", "spoom", "srb", "bump", "--from", "true", "--to", "strict",

Check warning on line 65 in Library/Homebrew/dev-cmd/typecheck.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/dev-cmd/typecheck.rb#L65

Added line #L65 was not covered by tests
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
"--sorbet", "#{Gem.bin_path("sorbet", "srb")} tc"
end

return
Expand Down

0 comments on commit a934713

Please sign in to comment.