Add a missing line break in the doc.

This commit is contained in:
Alessandro Jean 2023-08-03 16:47:13 -03:00
parent ecb497ae5a
commit ffcb1e16f5

View file

@ -10,6 +10,7 @@ import kotlin.time.toDurationUnit
/**
* An OkHttp interceptor that handles given url host's rate limiting.
*
* This uses Java Time APIs and is the legacy method, kept
* for compatibility reasons with existing extensions.
*