This is an automated email from the ASF dual-hosted git repository. zeroshade pushed a commit to branch zeroshade-patch-1 in repository https://gitbox.apache.org/repos/asf/arrow-go.git
commit 06f4d007305f6b829ed9df2e296916694adc9d97 Author: Matt Topol <[email protected]> AuthorDate: Mon Apr 13 17:29:34 2026 -0400 fix(arrow): formatting lint issue My fault on resolving a merge and let a formatting lint problem sneak through. --- arrow/datatype_fixedwidth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/datatype_fixedwidth.go b/arrow/datatype_fixedwidth.go index 2b24a835..829e02ef 100644 --- a/arrow/datatype_fixedwidth.go +++ b/arrow/datatype_fixedwidth.go @@ -17,7 +17,7 @@ package arrow import ( - "cmp" + "cmp" "errors" "fmt" "strconv"
