Commit 7a97f28
[FIX] Fix compilation error: Added missing + operator (#732)
## Description
Hotfix for compilation error. Readied +operator
### Introduces a breaking change?
- [x] Yes
- [ ] No
### Type of change
- [x] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [ ] Other (chores, tests, code style improvements etc.)
### Tested on
- [x] iOS
- [x] Android1 parent 08fd499 commit 7a97f28
File tree
1 file changed
+1
-1
lines changed- packages/react-native-executorch/common/rnexecutorch/models/ocr
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments