Skip to content

Commit

Permalink
add newlines to appease test-bot
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri <[email protected]>
  • Loading branch information
dimitrilw committed Nov 14, 2023
1 parent db5ebfc commit 0f8767a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Formula/bart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ def install
test do
assert shell_output("#{bin}/bart --version").start_with?("bart 0.9.0")
end
end
end

Check failure on line 34 in Formula/bart.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingEmptyLines: 1 trailing blank lines detected.
3 changes: 2 additions & 1 deletion Formula/spin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ def post_install
test do
assert shell_output("#{bin}/spin --version").start_with?("spin 2.0.1")
end
end
end

Check failure on line 46 in Formula/spin.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/TrailingEmptyLines: 1 trailing blank lines detected.

0 comments on commit 0f8767a

Please sign in to comment.