Change line width
This commit is contained in:
@ -8,10 +8,7 @@ export function registerTask(constructor: Function) {
|
||||
taskMap[constructor.name] = constructor;
|
||||
}
|
||||
|
||||
export function createTask(
|
||||
name: string,
|
||||
scheduler: Scheduler
|
||||
): TaskController | undefined {
|
||||
export function createTask(name: string, scheduler: Scheduler): TaskController | undefined {
|
||||
const storedFunction = taskMap[name];
|
||||
if (storedFunction === undefined) {
|
||||
return undefined;
|
||||
|
Reference in New Issue
Block a user