From 8016d41661543a9bf0782808de1166308e0fb231 Mon Sep 17 00:00:00 2001 From: Ilya Kuznetsov Date: Fri, 6 Dec 2024 19:22:29 +0100 Subject: [PATCH] fix: Linter fix --- bundle/internal/schema/annotations.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bundle/internal/schema/annotations.go b/bundle/internal/schema/annotations.go index f45db345e..f7ac23b9d 100644 --- a/bundle/internal/schema/annotations.go +++ b/bundle/internal/schema/annotations.go @@ -25,10 +25,9 @@ type annotation struct { } type annotationHandler struct { - filePath string - op *openapiParser - ref map[string]annotation - empty map[string]annotation + op *openapiParser + ref map[string]annotation + empty map[string]annotation } const Placeholder = "PLACEHOLDER"