Fix a lint

R=scheglov@google.com

Review-Url: https://codereview.chromium.org/2955113002 .
This commit is contained in:
Brian Wilkerson 2017-06-27 08:36:58 -07:00
parent 12186bb40b
commit 0ea6b89770

View file

@ -1491,5 +1491,6 @@ class _MockSource implements Source {
_MockSource(this.fullName, this.uri);
@override
noSuchMethod(Invocation invocation) => super.noSuchMethod(invocation);
}