Fix lint errors introduced in #4146 and #4295 (#4876)

* Ameba: Fix Naming/VariableNames

Introduced in #4295

* Ameba: Fix Naming/PredicateName

Introduced in #4146
This commit is contained in:
syeopite
2024-08-24 18:11:11 +00:00
committed by GitHub
parent 3c6a662aaf
commit ccecc6d318
3 changed files with 5 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ module Invidious::Search
end
# Checks if the query is a standalone URL
def is_url? : Bool
def url? : Bool
# If the smart features have been inhibited, don't go further.
return false if @inhibit_ssf