Skip to content

Commit

Permalink
Fix test directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Dec 7, 2024
1 parent 07e1ce4 commit ec64e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/front_end/piece_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,8 @@ mixin PieceFactory {
canBlockSplitRight: canBlockSplitRight));
}

/// Writes the `<variable> in <expression>` part of a for-in loop.
/// Writes the `<variable> in <expression>` part of an identifier or pattern
/// for-in loop.
void _writeForIn(AstNode leftHandSide, Token inKeyword, Expression sequence) {
// Hoist any leading comments so they don't force the for-in clauses to
// split.
Expand Down
File renamed without changes.

0 comments on commit ec64e8c

Please sign in to comment.