From 5185e919cf83464d0d3124c979236c74a944108f Mon Sep 17 00:00:00 2001 From: Claire Peng Date: Thu, 9 Apr 2026 11:42:10 +0100 Subject: [PATCH] delete trailing whitespace Signed-off-by: Claire Peng --- plugins/api-docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/api-docs/README.md b/plugins/api-docs/README.md index d662526f24..5cb15e923f 100644 --- a/plugins/api-docs/README.md +++ b/plugins/api-docs/README.md @@ -358,11 +358,11 @@ metadata: spec: type: openapi definition: | - openapi: "3.0.0" - info: + openapi: "3.0.0" + info: title: My API version: v1 - servers: + servers: - url: https://api.example.com/v1 # ← specify your api base URL ```