You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/06/10 13:31:58 UTC

[cordova-android] branch master updated: cleanup: remove trailing spaces from project template (#997)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b6319e  cleanup: remove trailing spaces from project template (#997)
1b6319e is described below

commit 1b6319e9cf3f70b3c6dfcce9040122912dd96878
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Jun 10 09:31:51 2020 -0400

    cleanup: remove trailing spaces from project template (#997)
    
    * remove trailing spaces from bin/templates/project/AndroidManifest.xml
    * remove trailing spaces from bin/templates/project/assets/www/css/index.css
---
 bin/templates/project/AndroidManifest.xml      | 2 +-
 bin/templates/project/assets/www/css/index.css | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml
index 2df92fd..fc328ab 100644
--- a/bin/templates/project/AndroidManifest.xml
+++ b/bin/templates/project/AndroidManifest.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.
 -->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" 
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
   package="__PACKAGE__" android:versionName="1.0" android:versionCode="1" android:hardwareAccelerated="true">
     <supports-screens
         android:largeScreens="true"
diff --git a/bin/templates/project/assets/www/css/index.css b/bin/templates/project/assets/www/css/index.css
index 51daa79..583c001 100644
--- a/bin/templates/project/assets/www/css/index.css
+++ b/bin/templates/project/assets/www/css/index.css
@@ -102,13 +102,13 @@ h1 {
     50% { opacity: 0.4; }
     to { opacity: 1.0; }
 }
- 
+
 @-webkit-keyframes fade {
     from { opacity: 1.0; }
     50% { opacity: 0.4; }
     to { opacity: 1.0; }
 }
- 
+
 .blink {
     animation:fade 3000ms infinite;
     -webkit-animation:fade 3000ms infinite;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org