BAEL-7351 added new lines

This commit is contained in:
s9m33r 2024-01-28 19:59:17 +05:30
parent f617d7985d
commit ca9ebc37cf
3 changed files with 3 additions and 3 deletions

View File

@ -44,4 +44,4 @@ class KafkaConfig {
return new KafkaErrorHandler();
}
}
}

View File

@ -34,4 +34,4 @@ class KafkaErrorHandler implements CommonErrorHandler {
log.error("Exception not handled", exception);
}
}
}
}

View File

@ -41,4 +41,4 @@ public class MainLiveTest {
assertTrue(messageConsumed);
assertThat(consumer.getPayload(), containsString(data));
}
}
}