Skip to content

Commit 9d8f876

Browse files
Add space
1 parent 8aed5d9 commit 9d8f876

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/external/ibmwatsonx/IbmWatsonxResponseHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import static org.elasticsearch.core.Strings.format;
1818

1919
public class IbmWatsonxResponseHandler extends BaseResponseHandler {
20-
2120
public IbmWatsonxResponseHandler(String requestType, ResponseParser parseFunction) {
2221
super(requestType, parseFunction, IbmWatsonxErrorResponseEntity::fromResponse);
2322
}

0 commit comments

Comments
 (0)