From 44bcf7e1f3239fdc4b87fb96ad16c1fcc7c7b871 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sun, 21 May 2023 10:06:37 -0700 Subject: [PATCH] Update formatting --- lib/src/default.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(