You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/30 07:33:38 UTC

[camel] 03/03: Fixed CS

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 04ce039d0813d89108ed6bf9a9ac0614d2077f19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 30 09:29:25 2021 +0200

    Fixed CS
---
 .../org/apache/camel/component/aws2/lambda/AmazonLambdaClientMock.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/AmazonLambdaClientMock.java b/components/camel-aws/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/AmazonLambdaClientMock.java
index 35d06bf..ba22654 100644
--- a/components/camel-aws/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/AmazonLambdaClientMock.java
+++ b/components/camel-aws/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/AmazonLambdaClientMock.java
@@ -227,7 +227,7 @@ public class AmazonLambdaClientMock implements LambdaClient {
         result.functions(listFunctions);
         return result.build();
     }
-    
+
     @Override
     public ListFunctionsResponse listFunctions(ListFunctionsRequest request) {
 
@@ -251,7 +251,6 @@ public class AmazonLambdaClientMock implements LambdaClient {
         return result.build();
     }
 
-
     @Override
     public ListTagsResponse listTags(ListTagsRequest listTagsRequest) {
         ListTagsResponse.Builder result = ListTagsResponse.builder();