From e4ae0980b48bb89e7752435e74ccea11c91b8d1d Mon Sep 17 00:00:00 2001 From: xushiwei Date: Tue, 9 Jul 2024 12:42:20 +0800 Subject: [PATCH] x --- cl/import.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl/import.go b/cl/import.go index 78ca985d..388aa57e 100644 --- a/cl/import.go +++ b/cl/import.go @@ -573,8 +573,8 @@ func handleTypeDecl(prog llssa.Program, pkg *types.Package, decl *ast.GenDecl) { } const ( - llgotype = "//llgo:type" - llgotype2 = "// llgo:type" + llgotype = "//llgo:type " + llgotype2 = "// llgo:type " ) func typeBackground(doc *ast.CommentGroup) (bg string) {