Skip to content

Commit 2bf3304

Browse files
committed
style: apply spotless formatting to HttpPostRequestDecoderInstrumentation
1 parent abe3cbc commit 2bf3304

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dd-java-agent/instrumentation/netty/netty-4.1/src/main/java/datadog/trace/instrumentation/netty41/HttpPostRequestDecoderInstrumentation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ static void after(
140140
if (filename != null && !filename.isEmpty()) {
141141
filenames.add(filename);
142142
}
143-
if (contentCb != null && filesContent.size() < NettyFileUploadContentReader.MAX_FILES_TO_INSPECT) {
143+
if (contentCb != null
144+
&& filesContent.size() < NettyFileUploadContentReader.MAX_FILES_TO_INSPECT) {
144145
filesContent.add(NettyFileUploadContentReader.readContent(fileUpload));
145146
}
146147
}

0 commit comments

Comments
 (0)