Skip to content

Commit

Permalink
apache#2374 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaakKrut committed Apr 12, 2024
1 parent 02dab2d commit 1b33586
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public static void run(

// initialize the extractor with the provided configuration of the user input
var dataProcessorInvocation = getProcessorInvocation(processor, userConfiguration);
if (!(invocationConfig == null)){
if (invocationConfig != null){
invocationConfig.accept(dataProcessorInvocation);
}

Expand Down

0 comments on commit 1b33586

Please sign in to comment.