Skip to content

Commit

Permalink
Remove trailing white spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Jul 20, 2019
1 parent 35875fa commit 9253700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/apache/commons/codec/binary/HexTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class HexTest {
protected ByteBuffer allocate(final int capacity) {
return ByteBuffer.allocate(capacity);
}

private boolean charsetSanityCheck(final String name) {
final String source = "the quick brown dog jumped over the lazy fox";
try {
Expand Down

0 comments on commit 9253700

Please sign in to comment.