fix(plugin): satisfy gci import ordering
This commit is contained in:
parent
e6c28b0cbb
commit
583d5ef9df
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