Skip to content

Commit 982ee45

Browse files
committed
removed unused whitespace
1 parent dc8cc3d commit 982ee45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/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)