Index: samples/ui_lib/base/AnimationScheduler.dart |
diff --git a/samples/ui_lib/base/AnimationScheduler.dart b/samples/ui_lib/base/AnimationScheduler.dart |
index 6c5770705f29606e109b0422dcabdfdd8b68ac2e..61bd0c2754e5c64d6d58aa29223bdeefb715ad94 100644 |
--- a/samples/ui_lib/base/AnimationScheduler.dart |
+++ b/samples/ui_lib/base/AnimationScheduler.dart |
@@ -110,7 +110,7 @@ class AnimationScheduler { |
} |
void _step() { |
- if (_callbacks.isEmpty()) { |
+ if (_callbacks.isEmpty) { |
// Cancel the interval on the first frame where there aren't actually |
// any available callbacks. |
assert(_intervalId != null); |