mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-28 07:48:31 -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/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…
x
Reference in New Issue
Block a user