Skip to content

Commit 6cfd46e

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Roll dart_style 1.3.9 into repo.
This does not affect the formatting of any existing code, so is safe to roll without updating the pre-built SDK. Change-Id: I2e7fc20d6933d136dc0390f93f6bc72dc340e9ba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170141 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Nate Bosch <nbosch@google.com>
1 parent 4097d30 commit 6cfd46e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ opted out of null safety by adding `// @dart=2.9` to the beginning of the file.
3939
`--enable-assert-initializers` command line options. These options haven't
4040
been supported in a while and were no-ops.
4141

42+
#### dartfmt
43+
44+
* Don't duplicate comments on chained if elements.
45+
* Preserve `?` in initializing formal function-typed parameters.
46+
4247
#### Linter
4348

4449
Updated the Linter to `0.1.122`, which includes:

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ vars = {
9898
# and land the review.
9999
#
100100
# For more details, see https://github.com/dart-lang/sdk/issues/30164
101-
"dart_style_tag": "1.3.8+1", # Please see the note above before updating.
101+
"dart_style_tag": "1.3.9", # Please see the note above before updating.
102102

103103
"chromedriver_tag": "83.0.4103.39",
104104
"dartdoc_rev" : "72c69f8659ce8823ce2dde9a4f758b0fa617ab5e",

0 commit comments

Comments
 (0)