Skip to content

Commit d24e4bf

Browse files
committed
Checkstyle fix
1 parent 5006d03 commit d24e4bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/traits/LongPollTrait.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
public final class LongPollTrait {
2525
private LongPollTrait() {
2626
}
27+
2728
public static CodeBlock executionParamSetter(OperationModel operationModel) {
2829
if (operationModel.isLongPolling()) {
2930
return CodeBlock.of(".withLongPolling(true)");

0 commit comments

Comments
 (0)