Skip to content

Commit fd997ba

Browse files
committed
Removing tabs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@618557 13f79535-47bb-0310-9956-ffa450edef68
1 parent f5185b0 commit fd997ba

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/test/org/apache/commons/codec/StringEncoderAbstractTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ public void testEncodeEmpty() throws Exception {
4242

4343
public void testEncodeNull() throws Exception {
4444
StringEncoder encoder = makeEncoder();
45-
46-
try {
47-
encoder.encode(null);
48-
} catch( EncoderException ee ) {
49-
// An exception should be thrown
50-
}
45+
46+
try {
47+
encoder.encode(null);
48+
} catch( EncoderException ee ) {
49+
// An exception should be thrown
50+
}
5151
}
5252

5353
public void testEncodeWithInvalidObject() throws Exception {

0 commit comments

Comments
 (0)