code indent in pom.xml with spaces

This commit is contained in:
Anshul BANSAL 2020-01-18 20:40:00 +02:00
parent c1b2a5615a
commit d59e19051f
2 changed files with 119 additions and 122 deletions

View File

@ -14,10 +14,7 @@ public class Person {
@Id
private int id;
@NotBlank
private String username;
@Email
private String email;
public int getId() {