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-06 11:31:23 -07:00
2019-05-07 16:10:21 -07:00
2018-08-06 15:06:49 -07:00
2019-03-29 13:56:55 -07:00
2019-05-25 13:49:28 -07:00
2018-08-06 15:06:49 -07:00

This directory includes scripts and tools for continuous integration tests.