From 0f8767ad25ed498fa146a7e2e5cdf823b5f3012c Mon Sep 17 00:00:00 2001 From: Dimitri <5898931+dimitrilw@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:11:51 -0700 Subject: [PATCH] add newlines to appease test-bot Signed-off-by: Dimitri <5898931+dimitrilw@users.noreply.github.com> --- Formula/bart.rb | 3 ++- Formula/spin.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/bart.rb b/Formula/bart.rb index da62b65..02eb8da 100644 --- a/Formula/bart.rb +++ b/Formula/bart.rb @@ -30,4 +30,5 @@ def install test do assert shell_output("#{bin}/bart --version").start_with?("bart 0.9.0") end -end \ No newline at end of file +end + diff --git a/Formula/spin.rb b/Formula/spin.rb index 9eeb6dc..310e861 100644 --- a/Formula/spin.rb +++ b/Formula/spin.rb @@ -42,4 +42,5 @@ def post_install test do assert shell_output("#{bin}/spin --version").start_with?("spin 2.0.1") end -end \ No newline at end of file +end +