Commit d81212a3 authored by pq's avatar pq

Cleanup.

parent f5a4e632
...@@ -260,6 +260,7 @@ class CalcExpression { ...@@ -260,6 +260,7 @@ class CalcExpression {
case ExpressionState.Result: case ExpressionState.Result:
return appendOperation(Operation.Subtraction); return appendOperation(Operation.Subtraction);
} }
assert(state != null);
return null; return null;
} }
......
...@@ -46,7 +46,7 @@ class GridDemoPhotoItem extends StatelessWidget { ...@@ -46,7 +46,7 @@ class GridDemoPhotoItem extends StatelessWidget {
} }
final Photo photo; final Photo photo;
final GridDemoTileStyle tileStyle; final GridDemoTileStyle tileStyle;
final BannerTapCallback onBannerTap; // User taps on the photo's header or footer. final BannerTapCallback onBannerTap; // User taps on the photo's header or footer.
void showPhoto(BuildContext context) { void showPhoto(BuildContext context) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment