From 10929f21274dab4eb7e14695a9d3272674b67381 Mon Sep 17 00:00:00 2001 From: traut Date: Sun, 15 Dec 2024 20:17:42 +0100 Subject: [PATCH] comment fix --- pkg/diagnostics/diagnostics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/diagnostics/diagnostics.go b/pkg/diagnostics/diagnostics.go index 2dcbddf4..b6175759 100644 --- a/pkg/diagnostics/diagnostics.go +++ b/pkg/diagnostics/diagnostics.go @@ -12,7 +12,7 @@ import ( "github.com/blackstork-io/fabric/pkg/utils/slogutil" ) -type Diag hcl.Diagnostics // Diagnostics does implement error interface, but not, itself, an error. +type Diag hcl.Diagnostics // Diagnostics does implement error interface, but is not, itself, an error. func (d Diag) Error() string { slog.Debug("Treated diagnostic.Diag as error", slogutil.SourceOverride(1))