Skip to content

Commit

Permalink
Rebase with main
Browse files Browse the repository at this point in the history
  • Loading branch information
ketkarameya committed Jun 16, 2023
1 parent f5760c0 commit dc8564d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ replace_node = "args"
replace_idx = 1
replace = ""
[[rules.filters]]
child_count = 3
sibling_count = 3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class A {

void foobar() {
int total = add(1, 2, 3);
int total = add(1, 3);
System.out.println(total);
}

Expand Down

0 comments on commit dc8564d

Please sign in to comment.