Skip to content

Commit

Permalink
fix(format): fix indentation in react-native.config ejs file
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Sep 13, 2024
1 parent faeafd0 commit e576f3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
platforms: {
android: {
<%_ if (local) { -%>
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
<%_ } else { -%>
cmakeListsPath: 'generated/jni/CMakeLists.txt',
cmakeListsPath: 'generated/jni/CMakeLists.txt',
<%_ } -%>
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
platforms: {
android: {
<%_ if (local) { -%>
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
<%_ } else { -%>
cmakeListsPath: 'generated/jni/CMakeLists.txt',
cmakeListsPath: 'generated/jni/CMakeLists.txt',
<%_ } -%>
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
platforms: {
android: {
<%_ if (local) { -%>
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
<%_ } else { -%>
cmakeListsPath: 'generated/jni/CMakeLists.txt',
cmakeListsPath: 'generated/jni/CMakeLists.txt',
<%_ } -%>
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module.exports = {
platforms: {
android: {
<%_ if (local) { -%>
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
cmakeListsPath: 'build/generated/source/codegen/jni/CMakeLists.txt',
<%_ } else { -%>
cmakeListsPath: 'generated/jni/CMakeLists.txt',
cmakeListsPath: 'generated/jni/CMakeLists.txt',
<%_ } -%>
},
},
Expand Down

0 comments on commit e576f3a

Please sign in to comment.