Skip to content

Commit 05ec343

Browse files
authored
Fix formatting of import statements in datatype_fixedwidth.go
1 parent 9d1d9cd commit 05ec343

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
@@ -18,7 +18,7 @@ package arrow
1818

1919
import (
2020
"cmp"
21-
"errors"
21+
"errors"
2222
"fmt"
2323
"strconv"
2424
"sync"

0 commit comments

Comments
 (0)