mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When `dartfmt` formatted `_empty.dart` it formatted it with a trailing newline, which then makes the license script angry. Rather then treating `_empty.dart` special, this just makes it a regular source file with header and everything.