fix(plugin): satisfy gci import ordering
This commit is contained in:
parent
e92f8e13f8
commit
1fae09b7a3
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