mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change generated by running the following command: for x in `git ls-files *.gni`; do gn format --in-place $x; done This came up as an issue in https://codereview.chromium.org/801523002/, but I didn't want to add noise to that CL. R=qsr@chromium.org, qsr Review URL: https://codereview.chromium.org/794413003