Skip to content

Commit

Permalink
fix: goimports order error in decode_test (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: goflutterjava <goflutterjava@gmail.com>
  • Loading branch information
goflutterjava authored Dec 1, 2024
1 parent e278a88 commit b0bf169
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion decode_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package asciitable

import (
"github.com/stretchr/testify/require"
"os"
"testing"

"github.com/stretchr/testify/require"
)

type nameAgeScore struct {
Expand Down

0 comments on commit b0bf169

Please sign in to comment.