Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arend van Beelen jr. <[email protected]>
  • Loading branch information
ematipico and arendjr authored Nov 13, 2024
1 parent c1e8162 commit 4e99eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/biome_grit_formatter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn format_node(
///
/// This runs a simple heuristic to determine the initial indentation
/// level of the node based on the provided [GritFormatOptions], which
/// must match currently the current initial of the file. Additionally,
/// must match the current indentation of the file. Additionally,
/// because the reformatting happens only locally the resulting code
/// will be indented with the same level as the original selection,
/// even if it's a mismatch from the rest of the block the selection is in
Expand All @@ -56,7 +56,7 @@ pub fn format_range(
///
/// This runs a simple heuristic to determine the initial indentation
/// level of the node based on the provided [GritFormatOptions], which
/// must match currently the current initial of the file. Additionally,
/// must match the current indentation of the file. Additionally,
/// because the reformatting happens only locally the resulting code
/// will be indented with the same level as the original selection,
/// even if it's a mismatch from the rest of the block the selection is in
Expand Down

0 comments on commit 4e99eea

Please sign in to comment.