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 (
|
||||
"errors"
|
||||
"fmt"
|
||||
"sort"
|
||||
"slices"
|
||||
"sort"
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue