We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503da82 commit 5376d30Copy full SHA for 5376d30
lib/src/front_end/ast_node_visitor.dart
@@ -69,7 +69,7 @@ class AstNodeVisitor extends ThrowingAstVisitor<void> with PieceFactory {
69
///
70
/// If there is a `// dart format width=123` comment before the formatted
71
/// code, then [pageWidthFromComment] is that width.
72
- SourceCode run(SourceCode source, AstNode node, int? pageWidthFromComment) {
+ SourceCode run(SourceCode source, AstNode node, [int? pageWidthFromComment]) {
73
Profile.begin('AstNodeVisitor.run()');
74
75
Profile.begin('AstNodeVisitor build Piece tree');
0 commit comments