fix(plugin): satisfy gci import ordering

This commit is contained in:
xj 2026-02-28 20:00:24 -08:00
parent 1af6c4079e
commit f60be499b9

View file

@ -9,8 +9,8 @@ package plugin
import (
"errors"
"fmt"
"sort"
"slices"
"sort"
"strings"
"sync"