This commit is contained in:
fferro
2024-07-17 10:56:24 +01:00
parent e2d4055e4e
commit d5ad69131f
4 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -176,8 +176,7 @@ func (p *sshParser) parseComment() sshParserStateFn {
// account for the "#" as well
leadingSpace: comment.Position.Col - 2,
position: comment.Position,
},
)
})
return p.parseStart
}