Skip to content

urlTunneler can be null #1700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Jul 27, 2022

@elliette elliette requested a review from annagrin July 27, 2022 21:54
Copy link
Contributor

@annagrin annagrin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with minor change request (remove formatting in test files)

@@ -110,7 +110,8 @@ void printNestedObjectsMultiLine() {

void printObjectMultiLine() {
// Note: formatting the line below breaks callstack tests.
print( // Breakpoint: printMultiLine
print(
// Breakpoint: printMultiLine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks stack tests... I could not find a way to make the dart formatter ignore this line so currently we just keep this manually unformatted:) It might be possible to find a better way of course.

@@ -119,7 +119,8 @@ void printNestedObjectsMultiLine() {

void printObjectMultiLine() {
// Note: formatting the line below breaks callstack tests.
print( // Breakpoint: printMultiLine
print(
// Breakpoint: printMultiLine
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here...

@elliette elliette merged commit 6586052 into dart-lang:master Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants