Skip to content

Commit ce1526f

Browse files
committed
checkstyle
Signed-off-by: Olivier Lamy <[email protected]>
1 parent e6caadf commit ce1526f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-core/jetty-io/src/main/java/org/eclipse/jetty/io/content/PathContentSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public PathContentSource(Path path)
3333

3434
public PathContentSource(Path path, ByteBufferPool byteBufferPool)
3535
{
36-
this (path, byteBufferPool instanceof ByteBufferPool.Sized sized ? sized : new ByteBufferPool.Sized(byteBufferPool));
36+
this(path, byteBufferPool instanceof ByteBufferPool.Sized sized ? sized : new ByteBufferPool.Sized(byteBufferPool));
3737
}
3838

3939
public PathContentSource(Path path, ByteBufferPool.Sized sizedBufferPool)

0 commit comments

Comments
 (0)