mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fix gofmt formatting
This commit is contained in:
parent
748be0c096
commit
2932dadfb3
2 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
. "github.com/yuin/goldmark"
|
. "github.com/yuin/goldmark"
|
||||||
"github.com/yuin/goldmark/testutil"
|
|
||||||
"github.com/yuin/goldmark/renderer/html"
|
"github.com/yuin/goldmark/renderer/html"
|
||||||
|
"github.com/yuin/goldmark/testutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
type commonmarkSpecTestCase struct {
|
type commonmarkSpecTestCase struct {
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
. "github.com/yuin/goldmark"
|
. "github.com/yuin/goldmark"
|
||||||
"github.com/yuin/goldmark/testutil"
|
|
||||||
"github.com/yuin/goldmark/parser"
|
"github.com/yuin/goldmark/parser"
|
||||||
|
"github.com/yuin/goldmark/testutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAttributeAndAutoHeadingID(t *testing.T) {
|
func TestAttributeAndAutoHeadingID(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue