dart format.

This commit is contained in:
cloudwebrtc
2023-02-03 15:33:20 +08:00
parent bf79d0933c
commit 75412779a2
-1
View File
@@ -44,7 +44,6 @@ class Utils {
/// thrown objects by the [future].
static Future<T> retry<T>(
RetryFuture<T> future, {
/// number of total tries (first try + retries)
int tries = 1,
Duration delay = const Duration(seconds: 1),