Commit 7c4e086
committed
fix(iOS): fix Prettier lint failure in headers-xcframework test
The Flow comment-type annotation on the uninitialized `let tmp` was
reformatted by Prettier (moving the comment past the semicolon and
detaching the annotation), which broke the lint job's format-check step.
Giving `tmp` an initializer keeps the `/*: string */` annotation inline
and satisfies Prettier.1 parent 00efc0a commit 7c4e086
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments