Skip to content

Commit f68f173

Browse files
committed
Fix TODO label.
1 parent 10ff36e commit f68f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/back_end/solution.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ final class Solution implements Comparable<Solution> {
375375
if (_isDeadEnd) return;
376376

377377
// If the child can't have newlines in any shape, then constrain it.
378-
// TODO(shape): We can probably constrain this more specifically
378+
// TODO(rnystrom): We can probably constrain this more specifically
379379
// by asking what shapes the child might have.
380380
var allowedShapes = piece.allowedChildShapes(state, child);
381381
if (allowedShapes.length == 1 &&

0 commit comments

Comments
 (0)