Skip to content

Commit

Permalink
more style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng9 committed Jan 12, 2025
1 parent 56131f8 commit ad8a00f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public IngestionEngineFactory(IngestionConsumerFactory ingestionConsumerFactory)
public Engine newReadWriteEngine(EngineConfig config) {
IngestionEngine ingestionEngine = new IngestionEngine(config, ingestionConsumerFactory);
ingestionEngine.start();
return ingestionEngine;
return ingestionEngine;
}
}

0 comments on commit ad8a00f

Please sign in to comment.