Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: lib/src/dart_formatter.dart

Issue 2194373002: Bump analyzer to 0.27.4. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« CHANGELOG.md ('K') | « CHANGELOG.md ('k') | pubspec.lock » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dart_formatter.dart
diff --git a/lib/src/dart_formatter.dart b/lib/src/dart_formatter.dart
index 4f5af4e8c4d914dd6ad613fc8ab5a88a0b2ed88f..73df998e2a7df9e1e472a88e9a2c17a93534e1ab 100644
--- a/lib/src/dart_formatter.dart
+++ b/lib/src/dart_formatter.dart
@@ -103,8 +103,6 @@ class DartFormatter {
// Parse it.
var parser = new Parser(stringSource, errorListener);
- parser.parseTrailingCommas = true;
-
var node;
if (source.isCompilationUnit) {
node = parser.parseCompilationUnit(startToken);
« CHANGELOG.md ('K') | « CHANGELOG.md ('k') | pubspec.lock » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698