Chris Bracken 10a3ab0858
Fix missing return lint (#9246)
A recent Dart roll improved the detection of missing return statements.
Since we enforce that all enum values must be covered in switch
statements, this isn't an issue, but we add a return to fix the lint.
2019-06-11 10:49:06 -07:00
..
2019-05-03 16:57:04 -07:00
2019-06-11 10:49:06 -07:00
2019-05-07 16:10:21 -07:00