fix(dynamic command palette api): prettier
This commit is contained in:
@@ -117,7 +117,7 @@ export function useDynamicExtensionResults(searchQuery: string): {
|
||||
|
||||
dynamicResults.forEach((result) => {
|
||||
const section = result.section ?? 'Dynamic Results';
|
||||
|
||||
|
||||
if (!groups.has(section)) {
|
||||
groups.set(section, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user