Commit ac266c67 authored by Adam Barth's avatar Adam Barth

Fix analyzer warnings

parent 6b4352bb
......@@ -534,7 +534,6 @@ abstract class Widget {
details.add('$key');
details.add('hashCode=$hashCode');
details.add(mounted ? 'mounted' : 'not mounted');
String generationString = '';
if (_generation != _currentGeneration) {
int delta = _generation - _currentGeneration;
String sign = delta < 0 ? '' : '+';
......
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