fix(plugin): satisfy gci import ordering

This commit is contained in:
xj 2026-02-28 20:00:24 -08:00
parent bc6d6b1200
commit 233c9d1ccd

View file

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