Skip to content

Commit

Permalink
alright.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Aug 13, 2024
1 parent 7370867 commit 748cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/tlgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func cleanComments(b []byte) []byte {

lines := strings.Split(string(b), "\n")

for i := 0; i < 10; i++ {
for i := 0; i < 12; i++ {
if strings.HasPrefix(lines[i], "//") {
lines[i] = ""
}
Expand Down

0 comments on commit 748cd7f

Please sign in to comment.