summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/ci-android-xml.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ci-android-xml.sh b/ci/ci-android-xml.sh
index 13684d4b60..a75b93d21f 100644
--- a/ci/ci-android-xml.sh
+++ b/ci/ci-android-xml.sh
@@ -22,9 +22,9 @@ function tidy-verify-xml {
tidy-up-android-xml
if git diff --exit-code -- android/src/main/AndroidManifest.xml android/src/main/res; then
echo "Android XML files are correctly formatted"
- return 0;
+ return 0
else
echo "android/src/main contains files that were changed, XML is not formatted properly"
- return 1;
+ return 1
fi
}