Skip to content

Commit

Permalink
Fix wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 10, 2020
1 parent 99e130d commit b07a7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2726,7 +2726,7 @@ private List<Pair<Integer, Integer>> matches(Pattern p, String line, int index)
starts.add(new Pair<>(index, m.start()));
}
return starts;
}
}

private String doGetSearchPattern() {
StringBuilder sb = new StringBuilder();
Expand Down

0 comments on commit b07a7cf

Please sign in to comment.