Commit 0df0be2
Fix markdown formatting in react-native-fantom docs README (#57486)
Summary:
Pull Request resolved: #57486
`prettier --list-different` (run via `yarn format-check`) flagged the react-native-fantom `__docs__/README.md` as unformatted. Re-wrap the two affected prose lines to prettier's print width so the docs pass the formatting check.
No content changes; formatting only.
Changelog: [Internal]
___
Differential Revision: D111041556
fbshipit-source-id: cab15f502e941d908503e0873fe8cba12b48686f1 parent a69badd commit 0df0be2
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments