Skip to content

Commit b90e44e

Browse files
committed
fix whitespace
1 parent dc01f4a commit b90e44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server-dom-webpack/src/__tests__/ReactFlightDOMForm-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ describe('ReactFlightDOMForm', () => {
971971
expect(form2.textContent).toBe('error message');
972972
expect(form2.firstChild.tagName).toBe('DIV');
973973
});
974-
974+
975975
it('useActionState can return binary state during MPA form submission', async () => {
976976
const serverAction = serverExports(
977977
async function action(prevState, formData) {

0 commit comments

Comments
 (0)