diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-09 15:12:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-18 11:40:30 +0530 |
commit | 91fce4dce78da73fe551fa90bb4975a8c250e0f5 (patch) | |
tree | 7ddc69b1d1e0ca96f30a54049ab8b347f9f3025e /autofill-parser | |
parent | 774fda83ac276a635e3402034b1eedbd10be916f (diff) |
all: format XML files to 2 space indent
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/src/main/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autofill-parser/src/main/AndroidManifest.xml b/autofill-parser/src/main/AndroidManifest.xml index 67697717..45cb87b6 100644 --- a/autofill-parser/src/main/AndroidManifest.xml +++ b/autofill-parser/src/main/AndroidManifest.xml @@ -3,5 +3,4 @@ ~ SPDX-License-Identifier: GPL-3.0-only --> -<manifest package="com.github.androidpasswordstore.autofillparser"> -</manifest> +<manifest package="com.github.androidpasswordstore.autofillparser"></manifest> |