Skip to content

Commit

Permalink
Fix long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed May 21, 2024
1 parent 99f928c commit 5983602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/src/piece/piece.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ abstract class Piece {
void forEachChild(void Function(Piece piece) callback);

/// If the piece can determine that it will always end up in a certain state
/// given [pageWidth] and size metrics returned by calling [containsHardNewline]
/// and [totalCharacters] on its children, then returns that [State].
/// given [pageWidth] and size metrics returned by calling
/// [containsHardNewline] and [totalCharacters] on its children, then returns
/// that [State].
///
/// For example, a series of infix operators wider than a page will always
/// split one per operator. If we can determine this eagerly just based on
Expand Down

0 comments on commit 5983602

Please sign in to comment.