Formatting

This commit is contained in:
syeopite
2025-04-10 00:48:21 -07:00
parent d70b05e5c3
commit bd2f00f6df

View File

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