Skip to content

Commit 555647f

Browse files
committed
Remove extra whitespace
1 parent f8327c7 commit 555647f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/input/BOMInputStream.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ public BOMInputStream(final InputStream delegate, final boolean include, final B
261261
// Sort the BOMs to match the longest BOM first because some BOMs have the same starting two bytes.
262262
list.sort(ByteOrderMarkLengthComparator);
263263
this.boms = list;
264-
265264
}
266265

267266
/**

0 commit comments

Comments
 (0)