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

Unified Diff: packages/barback/lib/src/asset/asset_set.dart

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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/asset/asset_set.dart
diff --git a/packages/barback/lib/src/asset/asset_set.dart b/packages/barback/lib/src/asset/asset_set.dart
index a529443701c6fa9305b3c8b83b6d783ac3273994..f4ad47cc797e96c8953231b88f4a69ee72048774 100644
--- a/packages/barback/lib/src/asset/asset_set.dart
+++ b/packages/barback/lib/src/asset/asset_set.dart
@@ -37,7 +37,7 @@ class AssetSet extends IterableBase<Asset> {
/// Gets the [Asset] in the set with [id], or returns `null` if no asset with
/// that ID is present.
- Asset operator[](AssetId id) => _assets[id];
+ Asset operator [](AssetId id) => _assets[id];
/// Adds [asset] to the set.
///
« no previous file with comments | « packages/barback/lib/src/asset/asset_node_set.dart ('k') | packages/barback/lib/src/asset/internal_asset.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698