Commit 148fda0
authored
fix: podspec file indentation (#530)
<!-- Please provide enough information so that others can review your
pull request. -->
<!-- Keep pull requests small and focused on a single change. -->
### Summary
<!-- What existing problem does the pull request solve? Can you solve
the issue with a different approach? -->
After #358
identation become shifted which makes code hard to read and could lead
to bugs. For example I was placing package dependencies inside `if/else`
block, right after `s.dependency "React-Core"`
see
| before | after |
|--------|--------|
| <img width="1624" alt="image"
src="https://github.com/callstack/react-native-builder-bob/assets/1577804/65a6b479-3e76-4170-b874-b5635b6a5401">
| <img width="1624" alt="image"
src="https://github.com/callstack/react-native-builder-bob/assets/1577804/5e3862e7-e6d9-48da-9efd-5c3e5f611749">
|
### Test plan
<!-- List the steps with which we can test this change. Provide
screenshots if this changes anything visual. -->
Purely aesthetic changes, so nothing to break1 parent aa4d723 commit 148fda0
File tree
1 file changed
+17
-17
lines changed- packages/create-react-native-library/templates/native-common
1 file changed
+17
-17
lines changedLines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
0 commit comments