mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-28 15:58:30 -06:00
Fix Style/RedundantNext type of Ameba issues
This commit is contained in:
parent
9aec157453
commit
dc7891cddb
@ -31,9 +31,6 @@ Lint/SpecFilename:
|
|||||||
# Style
|
# Style
|
||||||
#
|
#
|
||||||
|
|
||||||
Style/RedundantNext:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Style/ParenthesesAroundCondition:
|
Style/ParenthesesAroundCondition:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
|||||||
@ -41,7 +41,7 @@ struct YoutubeConnectionPool
|
|||||||
)
|
)
|
||||||
|
|
||||||
DB::Pool(HTTP::Client).new(options) do
|
DB::Pool(HTTP::Client).new(options) do
|
||||||
next make_client(url, force_resolve: true)
|
make_client(url, force_resolve: true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user