Skip to content

Commit

Permalink
Merge pull request #54 from mP1/feature/mP1-walkingkooka-pull-2854-Fo…
Browse files Browse the repository at this point in the history
…rmatting-continuation-indent-4-was-8

mP1/walkingkooka#2854 Formatting: continuatio…
  • Loading branch information
mP1 authored Jan 8, 2025
2 parents 0d16b1f + 5674be7 commit 004035d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public void testSelected() {
@Test
public void testReplaceSelected() {
final SearchNode node = this.text("selected-child-text")
.selected()
.ignored();
.selected()
.ignored();
this.replaceSelectedWithoutSelectedAndCheck(node);
}

Expand Down

0 comments on commit 004035d

Please sign in to comment.