Skip to content

Commit 8548397

Browse files
committed
few formatting things
1 parent 0e76f04 commit 8548397

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

powertools-e2e-tests/src/test/java/software/amazon/lambda/powertools/TracingE2ET.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
public class TracingE2ET {
3535
private static final String service = "TracingE2EService_" + UUID.randomUUID();
36-
// "TracingE2EService_e479fb27-422b-4107-9f8c-086c62e1cd12";
3736

3837
private static Infrastructure infrastructure;
3938
private static String functionName;

powertools-logging/src/main/java/software/amazon/lambda/powertools/logging/internal/AbstractJacksonLayoutCopy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ abstract class AbstractJacksonLayoutCopy extends AbstractStringLayout {
5656
protected final boolean complete;
5757
protected final boolean includeNullDelimiter;
5858
protected final ResolvableKeyValuePair[] additionalFields;
59+
5960
@Deprecated
6061
protected AbstractJacksonLayoutCopy(final Configuration config, final ObjectWriter objectWriter,
6162
final Charset charset,

powertools-parameters/src/test/java/software/amazon/lambda/powertools/parameters/internal/AnotherObject.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class AnotherObject {
1818

1919
private String another;
2020
private int object;
21+
2122
public AnotherObject() {
2223
}
2324

powertools-parameters/src/test/java/software/amazon/lambda/powertools/parameters/transform/ObjectToDeserialize.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class ObjectToDeserialize {
1919
private String foo;
2020
private int bar;
2121
private long baz;
22+
2223
public ObjectToDeserialize() {
2324
}
2425

powertools-serialization/src/main/java/software/amazon/lambda/powertools/utilities/JsonConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public class JsonConfig {
3838
.withFunctionRegistry(customFunctions)
3939
.build();
4040
private JmesPath<JsonNode> jmesPath = new JacksonRuntime(configuration, getObjectMapper());
41+
4142
private JsonConfig() {
4243
}
4344

0 commit comments

Comments
 (0)