mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove unnecessary semicolon
This commit is contained in:
@@ -1656,7 +1656,7 @@ namespace ts {
|
||||
}
|
||||
cachedArgs = args;
|
||||
return value = callback(...args);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user