Skip to content

Commit

Permalink
mP1/walkingkooka#2854 Formatting: continuation indent 4 was 8
Browse files Browse the repository at this point in the history
- mP1/walkingkooka#2854
- Formatting: continuation indent 4 was 8
  • Loading branch information
mP1 committed Jan 8, 2025
1 parent 0d16b1f commit 5674be7
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 5674be7

Please sign in to comment.