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

Unified Diff: sky/sdk/example/game/lib/particle_system.dart

Issue 1233673003: Fix bugs found by Dart analyzer (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo Created 5 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: sky/sdk/example/game/lib/particle_system.dart
diff --git a/sky/sdk/example/game/lib/particle_system.dart b/sky/sdk/example/game/lib/particle_system.dart
index 2ad4cf69da9b721ba60634ec47362da4054735f6..8ff9631f18b2378749a632af50a8f0e4e0b9d333 100644
--- a/sky/sdk/example/game/lib/particle_system.dart
+++ b/sky/sdk/example/game/lib/particle_system.dart
@@ -316,4 +316,4 @@ class RSTransform {
double ty;
RSTransform(this.scos, this.ssin, this.tx, this.ty);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698