Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: packages/barback/lib/src/graph/group_runner.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: packages/barback/lib/src/graph/group_runner.dart
diff --git a/packages/barback/lib/src/graph/group_runner.dart b/packages/barback/lib/src/graph/group_runner.dart
index f9dcaa11c0397667c2f289f6693f1aca040be355..1cb94eefb9957219d2495af4bd34d409b35a4de6 100644
--- a/packages/barback/lib/src/graph/group_runner.dart
+++ b/packages/barback/lib/src/graph/group_runner.dart
@@ -35,7 +35,7 @@ class GroupRunner {
/// A stream that emits an event every time the group's status changes.
Stream<NodeStatus> get onStatusChange => _onStatusChange;
- Stream _onStatusChange;
+ Stream<NodeStatus> _onStatusChange;
/// A stream that emits any new assets emitted by [this].
///
« no previous file with comments | « packages/barback/lib/src/graph/asset_cascade.dart ('k') | packages/barback/lib/src/graph/package_graph.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698