fix(plugin): satisfy gci import ordering
This commit is contained in:
parent
1af6c4079e
commit
f60be499b9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,8 +9,8 @@ package plugin
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"sort"
|
|
||||||
"slices"
|
"slices"
|
||||||
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue