Skip to content

Commit 15000ac

Browse files
committed
Fix lint errors
1 parent 14d91f9 commit 15000ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎ast/block.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ func (b *BaseBlock) SetLines(v *textm.Segments) {
4848
b.lines = v
4949
}
5050

51+
// Text implements Node.Text.
5152
func (b *BaseBlock) Text(source []byte) []byte {
5253
var buf bytes.Buffer
5354
for _, line := range b.Lines().Sliced(0, b.Lines().Len()) {

0 commit comments

Comments
 (0)