Fix travis builds on v2: gofmt harder (#470)
Vytautas Ĺ altenis vytas@rtfb.lt
Sat, 04 Aug 2018 15:05:01 +0300
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
block.go
→
block.go
@@ -1293,8 +1293,8 @@
chunk := data[line+indentIndex : i] if p.extensions&FencedCode != 0 { - // determine if in or out of codeblock - // if in codeblock, ignore normal list processing + // determine if in or out of codeblock + // if in codeblock, ignore normal list processing _, marker := isFenceLine(chunk, nil, codeBlockMarker) if marker != "" { if codeBlockMarker == "" {