Skip to content

Commit 8a9b7fb

Browse files
committed
go fmt
1 parent 5fd3239 commit 8a9b7fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby/wrapper_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package ruby_test
22

33
import (
44
"fmt"
5+
"testing"
6+
57
"github.com/stretchr/testify/assert"
68
"github.com/sue445/go-gem-wrapper/ruby"
7-
"testing"
89
)
910

1011
func TestBool2Int(t *testing.T) {

0 commit comments

Comments
 (0)