fix formatting

Change-Id: I45984e866ff5403a90fbd996ea39a5bce0e5787b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/119020
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2019-09-26 16:27:02 +00:00 committed by commit-bot@chromium.org
parent 88f35f8319
commit 87d795c177

View file

@ -33,7 +33,7 @@ main() { foo(() {}); }
The Linter was updated to `0.1.98`, which includes:
* fixed null raw expression accesses in use_to_and_as_if_applicable
* fixed null raw expression accesses in `use_to_and_as_if_applicable`
* internal migration to using analyzer `InheritanceManager3`
* internal migration away from using analyzer `resolutionMap`
* various fixes and improvements to anticipate support for extension-methods