Formatting

This commit is contained in:
syeopite 2025-04-10 00:48:21 -07:00
parent 0865bc55fd
commit edf41badc8
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A

View File

@ -78,6 +78,7 @@ module Invidious::ConnectionPool
pool.release(http_client) if http_client && client_exists_in_pool
end
end
class Error < Exception
end