Skip to content

Commit b38864f

Browse files
authored
Merge pull request #138 from sue445/go_fmt
go fmt
2 parents 5fd3239 + 8a9b7fb commit b38864f

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)