mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-14 12:11:02 -05:00
Fix Style/RedundantNext type of Ameba issues
This commit is contained in:
parent
9aec157453
commit
dc7891cddb
2 changed files with 1 additions and 4 deletions
|
|
@ -31,9 +31,6 @@ Lint/SpecFilename:
|
|||
# Style
|
||||
#
|
||||
|
||||
Style/RedundantNext:
|
||||
Enabled: false
|
||||
|
||||
Style/ParenthesesAroundCondition:
|
||||
Enabled: false
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ struct YoutubeConnectionPool
|
|||
)
|
||||
|
||||
DB::Pool(HTTP::Client).new(options) do
|
||||
next make_client(url, force_resolve: true)
|
||||
make_client(url, force_resolve: true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue