Skip to content

Commit af767e2

Browse files
committed
chore: run fmt
1 parent ae011cb commit af767e2

File tree

1 file changed

+4
-4
lines changed
  • e2e/e2e-app/src/components/default-props

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export type DefaultPropsType = {
2-
foo?: string;
3-
bar?: string;
2+
foo?: string;
3+
bar?: string;
44
};
55

66
export type DefaultPropsState = {
7-
getProps: () => string;
8-
};
7+
getProps: () => string;
8+
};

0 commit comments

Comments
 (0)