From 188ca67fe126e7e529e007573c1fa88d6edbd61f Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Thu, 23 Jan 2025 11:19:35 +0100 Subject: [PATCH] Styling fix --- bundle/internal/schema/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/internal/schema/main.go b/bundle/internal/schema/main.go index e9e1db9da0..290e28bb8c 100644 --- a/bundle/internal/schema/main.go +++ b/bundle/internal/schema/main.go @@ -163,9 +163,9 @@ func generateSchema(workdir, outputFile string) { // AdditionalProperties is set to an empty schema to allow non-typed keys used as yaml-anchors // Example: // some_anchor: &some_anchor - // file_path: /some/path/ + // file_path: /some/path/ // workspace: - // <<: *some_anchor + // <<: *some_anchor s.AdditionalProperties = jsonschema.Schema{} if err != nil {