tests(comment): fix

This commit is contained in:
Oleksandr Smirnov 2025-03-19 13:34:10 +02:00
parent 387021ce0a
commit 7495e29d4f
No known key found for this signature in database
5 changed files with 33 additions and 19 deletions

View file

@ -1,3 +1,3 @@
package main
type CommentStruct struct {}
type CommentStruct struct{}

View file

@ -1,4 +1,4 @@
package main
// CommentStruct
type CommentStruct struct {}
type CommentStruct struct{}