fix: add newlines at the end of files

This commit is contained in:
Wojciech Lewicki
2022-02-21 17:53:33 +01:00
parent 29fbc517b4
commit bcc9e1dd5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ jobs:
run: yarn
- name: Build app
working-directory: ${{ env.WORKING_DIRECTORY }}/android
run: ./gradlew assembleDebug --console=plain
run: ./gradlew assembleDebug --console=plain
+1 -1
View File
@@ -34,4 +34,4 @@ jobs:
run: pod install
- name: Build app
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn ios
run: yarn ios