From ff436f17c48a7eb749bc0451d163619b741b6fc7 Mon Sep 17 00:00:00 2001 From: MahtraDR <93822896+MahtraDR@users.noreply.github.com> Date: Fri, 3 May 2024 15:29:36 +1200 Subject: [PATCH] Rubocop --- dependency.lic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency.lic b/dependency.lic index e76680cf3a..fbbe2e33b4 100644 --- a/dependency.lic +++ b/dependency.lic @@ -1516,7 +1516,7 @@ class HornWatch echo("No response body for some reason. Returning nil.") return nil else - response.body.chomp + response.body.chomp end end @@ -1541,7 +1541,7 @@ class HornWatch rescue => e echo("error in hornwatch #{e.inspect}") echo("Returning time.at(0)") - return horn_data = Time.at(0) + return Time.at(0) end end