Skip to content

Commit

Permalink
checkstyle fix: trailing spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrinot committed Dec 7, 2019
1 parent afd5e3a commit 6230902
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ private static class Context {
private boolean taskInit;

Context(Processor.Context ctx, Properties properties) {
try {
try {
// inject hazelcast.instance.name for retrieving from JVM instance factory in the Debezium source
if (properties.containsKey("database.history")) {
JetInstance jetInstance = ctx.jetInstance();
Expand Down

0 comments on commit 6230902

Please sign in to comment.