Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed May 3, 2024
1 parent 9385068 commit ff436f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency.lic
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit ff436f1

Please sign in to comment.