Skip to content

Commit 06f4d00

Browse files
authored
fix(arrow): formatting lint issue
My fault on resolving a merge and let a formatting lint problem sneak through.
1 parent 1769405 commit 06f4d00

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)