delete trailing whitespace

Signed-off-by: Claire Peng <clairep@spotify.com>
This commit is contained in:
Claire Peng
2026-04-09 11:42:10 +01:00
parent da17844798
commit 5185e919cf
+3 -3
View File
@@ -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
```