Skip to content

Commit

Permalink
Formatter compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
beta-ziliani committed Nov 4, 2024
1 parent 410f7e7 commit 939bb89
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 939bb89

Please sign in to comment.