Skip to content

Commit 9d1d9cd

Browse files
authored
Fix import formatting in datatype_fixedwidth.go
1 parent 06f4d00 commit 9d1d9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arrow/datatype_fixedwidth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package arrow
1818

1919
import (
20-
"cmp"
20+
"cmp"
2121
"errors"
2222
"fmt"
2323
"strconv"

0 commit comments

Comments
 (0)