zeroshade commented on code in PR #37695:
URL: https://github.com/apache/arrow/pull/37695#discussion_r1326145854
##########
go/arrow/array/builder_test.go:
##########
@@ -19,9 +19,10 @@ package array
import (
"testing"
+ "github.com/stretchr/testify/assert"
+
"github.com/apache/arrow/go/v14/arrow/internal/testing/tools"
"github.com/apache/arrow/go/v14/arrow/memory"
- "github.com/stretchr/testify/assert"
Review Comment:
just a slight annoyance here, I don't care as much about the order of the
imports but can we remove the empty line?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]