| Index: pkg/analyzer/lib/src/services/formatter_impl.dart
|
| diff --git a/pkg/analyzer/lib/src/services/formatter_impl.dart b/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| index 2f7b9ce33c0bad5ac5fd158f0048fd672a8f490a..0c272f17ed1cb5337129b2172696b3a5289b759f 100644
|
| --- a/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| +++ b/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| @@ -467,8 +467,6 @@ class SourceVisitor implements AstVisitor {
|
| token(node.awaitKeyword);
|
| space();
|
| visit(node.expression);
|
| - // TODO(scheglov) a bug in the spec, there sould not be a ';'
|
| - token(node.semicolon);
|
| }
|
|
|
| visitBinaryExpression(BinaryExpression node) {
|
|
|