style: pretty

This commit is contained in:
Jacob Nguyen
2023-05-06 02:04:00 -05:00
parent 8e9b3bbe04
commit 43181bf916
28 changed files with 345 additions and 338 deletions

View File

@@ -9,7 +9,7 @@ export function makePlugin<V extends unknown[]>(
): Plugin<V> {
return {
type,
execute
execute,
} as Plugin<V>;
}
/**