Skip to content

Commit 47a48f7

Browse files
committed
Remove trailing whitespace
1 parent de6417d commit 47a48f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/lang3/CharSequenceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static int indexOf(final CharSequence cs, final CharSequence searchChar, final i
7070
// return cs.toString().indexOf(searchChar.toString(), start);
7171
// }
7272
}
73-
73+
7474
/**
7575
* Returns the index within {@code cs} of the first occurrence of the specified character, starting the search at the specified index.
7676
* <p>

0 commit comments

Comments
 (0)