Remove extra space

This commit is contained in:
NightKev 2025-09-15 18:11:41 -07:00 committed by Sirz Benjie
parent 51cd23eb2b
commit 5b759ee7b4
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -44,7 +44,7 @@ declare module "vitest" {
* @typeParam T - The type parameter of the assertion
* @typeParam R - The type to restrict T based off of
* @privateRemarks
* We cannot remove incompatible methods outright as Typescript requires that
* We cannot remove incompatible methods outright as Typescript requires that
* interfaces extend solely off of types with statically known members.
*/
type RestrictMatcher<M extends object, T, R> = {