formatting done : removing tabs

This commit is contained in:
sumit.sg34
2019-04-14 20:56:40 +05:30
parent 7bb364a2f2
commit 93d6d243ac
3 changed files with 47 additions and 46 deletions
@@ -1,14 +1,14 @@
[
{
"_class": "com.baeldung.entity.Fruit",
"name": "apple",
"color": "red",
"id": 1
},
{
"_class": "com.baeldung.entity.Fruit",
"name": "guava",
"color": "green",
"id": 2
}
[
{
"_class": "com.baeldung.entity.Fruit",
"name": "apple",
"color": "red",
"id": 1
},
{
"_class": "com.baeldung.entity.Fruit",
"name": "guava",
"color": "green",
"id": 2
}
]
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<fruit>
<id>1</id>
<name>apple</name>
<color>red</color>
<id>1</id>
<name>apple</name>
<color>red</color>
</fruit>