diff --git a/lib/src/default.dart b/lib/src/default.dart index 927e21d..2a46b9f 100644 --- a/lib/src/default.dart +++ b/lib/src/default.dart @@ -42,7 +42,7 @@ T withClock( Clock clock, T Function() callback, { @Deprecated('This parameter is deprecated and should be avoided') - bool isFinal = false, + bool isFinal = false, }) { if ((Zone.current[_isFinalKey] ?? false) == true) { throw StateError(