Skip to content

Commit 29c6745

Browse files
committed
replace tab with spaces on multi-line comment
Signed-off-by: Brian Flores <iflorbri@amazon.com>
1 parent de23341 commit 29c6745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/src/test/java/org/opensearch/ml/processor/MLInferenceSearchRequestProcessorTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,14 +1662,14 @@ public void testExecute_rewriteTermQueryWithNewQuerySuccess() throws Exception {
16621662
TEST_XCONTENT_REGISTRY_FOR_QUERY
16631663
);
16641664

1665-
/**
1665+
/*
16661666
* {
16671667
* "inference_results" : [ {
16681668
* "output" : [ {
16691669
* "name" : "response",
16701670
* "dataAsMap" : {
1671-
* "content": [
1672-
* "text": "{\"query\": \"match_all\" : {}}"
1671+
* "content": [
1672+
* "text": "{\"query\": \"match_all\" : {}}"
16731673
* }
16741674
* } ]
16751675
* } ]

0 commit comments

Comments
 (0)