Skip to content

Commit cb5654d

Browse files
committed
fix: add eof
1 parent 17af52b commit cb5654d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/reference/eslint-plugin-react-hooks/lints/error-boundaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ function App() {
7070
);
7171
}
7272

73-
```
73+
```

src/content/reference/eslint-plugin-react-hooks/lints/immutability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ function UserProfile() {
159159
};
160160
}
161161

162-
```
162+
```

0 commit comments

Comments
 (0)