diff --git a/ed92f1d99dd3f5cdcc9fbae396def94e8634940a b/ed92f1d99dd3f5cdcc9fbae396def94e8634940a index 12edff8..8043cf0 100644 --- a/ed92f1d99dd3f5cdcc9fbae396def94e8634940a +++ b/ed92f1d99dd3f5cdcc9fbae396def94e8634940a @@ -658,3 +658,5 @@ type ForgeConfigGoPath []*ForgeConfig func (a ForgeConfigGoPath) Len() int { return len(a) } func (a ForgeConfigGoPath) Less(i, j int) bool { return a[i].GoPath < a[j].GoPath } func (a ForgeConfigGoPath) Swap(i, j int) { a[i], a[j] = a[j], a[i] } + +// `autogen:patchset.find.pb.go`