Skip to content

Commit 56e7c81

Browse files
kjswaruphphipag
andauthored
fix: add space before opening braces
Co-authored-by: Philipp Page <[email protected]>
1 parent 04fc452 commit 56e7c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powertools-kafka/src/main/java/software/amazon/lambda/powertools/kafka/PowertoolsSerializer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ DeserializationType.KAFKA_PROTOBUF, new KafkaProtobufDeserializer(),
5454
private static final PowertoolsSerializer INSTANCE = new PowertoolsSerializer();
5555

5656
// CRaC registration happens at class loading time
57-
static{
57+
static {
5858
Core.getGlobalContext().register(INSTANCE);
5959
}
6060

@@ -98,7 +98,7 @@ public void afterRestore(Context<? extends Resource> context) throws Exception {
9898
// No action needed after restore
9999
}
100100

101-
private void jsonPriming(){
101+
private void jsonPriming() {
102102
String kafkaJson = "{\n" +
103103
" \"eventSource\": \"aws:kafka\",\n" +
104104
" \"records\": {\n" +

0 commit comments

Comments
 (0)