Commit 0664fe6
authored
fix: reformat scrollToRevealLazyContent call to multi-line per Prettier config (#1189)
Fixes the prettier/prettier ESLint error at src/abilities/screenshot.js:216
where the scrollToRevealLazyContent call arguments were on a single line.
Reformatted to multi-line argument style matching project Prettier config.
Fixes #11881 parent f6f8393 commit 0664fe6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
| |||
0 commit comments