From 2a412e430d6e8510b129f05cf6ec82125170cd77 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 11 Apr 2024 10:16:05 -0700 Subject: [PATCH] Run style fix --- .../examples/200_response/MlPutTransformResponseExample1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/transform/put_transform/examples/200_response/MlPutTransformResponseExample1.json b/specification/transform/put_transform/examples/200_response/MlPutTransformResponseExample1.json index 2922a562ba..b07c11b2c0 100644 --- a/specification/transform/put_transform/examples/200_response/MlPutTransformResponseExample1.json +++ b/specification/transform/put_transform/examples/200_response/MlPutTransformResponseExample1.json @@ -1,6 +1,6 @@ { "summary": "A successful response when creating a transform.", "value": { - "acknowledged" : true + "acknowledged": true } }