Skip to content

Commit

Permalink
crystal tool format with Crystal 1.15.0-dev (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Oct 25, 2024
1 parent 82db529 commit 0bbeef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/subcommand_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe "subcommand" do
end
end

private def with_path(path)
private def with_path(path, &)
old_path = ENV["PATH"]
ENV["PATH"] = "#{File.expand_path(path)}#{Process::PATH_DELIMITER}#{ENV["PATH"]}"
yield
Expand Down
2 changes: 1 addition & 1 deletion src/package.cr
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module Shards
end
end

private def each_executable_path(name)
private def each_executable_path(name, &)
exe = Shards::Helpers.exe(name)
yield Path["bin", exe]
yield Path["bin", name] unless name == exe
Expand Down

0 comments on commit 0bbeef2

Please sign in to comment.