From 9954010041c2064315d4936620c91fcdadc5601a Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Tue, 11 Feb 2025 12:16:51 +0000 Subject: [PATCH] Remove .nits Signed-off-by: Yogesh Deshpande --- comid/tdx-profile/teetcbcompsvn.go | 1 + 1 file changed, 1 insertion(+) diff --git a/comid/tdx-profile/teetcbcompsvn.go b/comid/tdx-profile/teetcbcompsvn.go index 1659b21..ec28fe5 100644 --- a/comid/tdx-profile/teetcbcompsvn.go +++ b/comid/tdx-profile/teetcbcompsvn.go @@ -5,6 +5,7 @@ package tdx import "fmt" +// MaxSVNCount is the maximum SVN count in TeeTcbCompSvn const MaxSVNCount = 16 type TeeTcbCompSvn [MaxSVNCount]TeeSVN