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 ( import (
"errors" "errors"
"fmt" "fmt"
"sort"
"slices" "slices"
"sort"
"strings" "strings"
"sync" "sync"