Skip to content

Commit

Permalink
Fix brew style warnings (#2986)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Feb 21, 2025
1 parent b123d5f commit bb7007e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/gz-garden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ def install
end

test do
assert_predicate share/"gz/gz-garden/gazebodistro/collection-garden.yaml", :exist?
assert_path_exists share/"gz/gz-garden/gazebodistro/collection-garden.yaml"
end
end
2 changes: 1 addition & 1 deletion Formula/gz-harmonic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def install
end

test do
assert_predicate share/"gz/gz-harmonic/gazebodistro/collection-harmonic.yaml", :exist?
assert_path_exists share/"gz/gz-harmonic/gazebodistro/collection-harmonic.yaml"
end
end
2 changes: 1 addition & 1 deletion Formula/gz-ionic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def install
end

test do
assert_predicate share/"gz/gz-ionic/release_notes.md", :exist?
assert_path_exists share/"gz/gz-ionic/release_notes.md"
end
end
2 changes: 1 addition & 1 deletion Formula/gz-jetty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def install
end

test do
assert_predicate share/"gz/gz-jetty/release_notes.md", :exist?
assert_path_exists share/"gz/gz-jetty/release_notes.md"
end
end

0 comments on commit bb7007e

Please sign in to comment.