Skip to content

Commit 2fd66c1

Browse files
committed
unused whitespace
1 parent 0fe2e5d commit 2fd66c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type FieldsDescription = {
1010
[key: string]: RuleData | RuleData[];
1111
};
1212

13-
type updaterFunction<T > = (prevState: Readonly<T>) => T;
13+
type updaterFunction<T> = (prevState: Readonly<T>) => T;
1414

1515
export default class Validator<State> {
1616
constructor(fields: FieldsDescription, validationStorageName?: string);

0 commit comments

Comments
 (0)