style: revised a few stylistic choices after I changed my mind

This commit is contained in:
2026-08-25 11:37:41 -06:00
parent 5177d95ee0
commit ad9ff3bea8
5 changed files with 44 additions and 18 deletions
+1
View File
@@ -456,6 +456,7 @@ impl McpRegistry {
)
})
.collect();
features.sort_by(|a, b| a.name.cmp(&b.name));
features
}