Fix travis builds on v2: gofmt harder (#470)

This commit is contained in:
Vytautas Šaltenis 2018-08-04 15:05:01 +03:00 committed by GitHub
parent e97f103314
commit 0e0e3095cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1293,8 +1293,8 @@ gatherlines:
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 == "" {