mirror of
https://github.com/sern-handler/handler
synced 2026-06-28 02:32:15 +00:00
style: pretty
This commit is contained in:
@@ -9,7 +9,7 @@ export function makePlugin<V extends unknown[]>(
|
||||
): Plugin<V> {
|
||||
return {
|
||||
type,
|
||||
execute
|
||||
execute,
|
||||
} as Plugin<V>;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user