Formatting

This commit is contained in:
syeopite 2025-04-10 00:48:21 -07:00
parent d70b05e5c3
commit bd2f00f6df
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