Skip to content

Commit baccc5a

Browse files
committed
Fix minor styles
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 398ed03 commit baccc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/remote/RemoteConnectorExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
public interface RemoteConnectorExecutor {
3737

3838
default ModelTensorOutput executePredict(MLInput mlInput) {
39-
4039
List<ModelTensors> tensorOutputs = new ArrayList<>();
40+
4141
if (mlInput.getInputDataset() instanceof TextDocsInputDataSet) {
4242
TextDocsInputDataSet textDocsInputDataSet = (TextDocsInputDataSet) mlInput.getInputDataset();
4343
int processedDocs = 0;

0 commit comments

Comments
 (0)