fix(plugin): satisfy gci import ordering

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

View file

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