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

Unified Diff: packages/barback/lib/src/graph/phase_output.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
« no previous file with comments | « packages/barback/lib/src/graph/phase.dart ('k') | packages/barback/lib/src/graph/static_asset_cascade.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/barback/lib/src/graph/phase_output.dart
diff --git a/packages/barback/lib/src/graph/phase_output.dart b/packages/barback/lib/src/graph/phase_output.dart
index 3d6460b657e3d9edcb90f4e82bdf8d22f6acb448..7967d6a7c034b3f7930024fec06b545e2083f1cd 100644
--- a/packages/barback/lib/src/graph/phase_output.dart
+++ b/packages/barback/lib/src/graph/phase_output.dart
@@ -50,7 +50,8 @@ class PhaseOutput {
AssetCollisionException get collisionException {
if (_assets.length == 1) return null;
return new AssetCollisionException(
- _assets.where((asset) => asset.transform != null)
+ _assets
+ .where((asset) => asset.transform != null)
.map((asset) => asset.transform.info),
output.id);
}
« no previous file with comments | « packages/barback/lib/src/graph/phase.dart ('k') | packages/barback/lib/src/graph/static_asset_cascade.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698