Andrei Branza - added some spaces

This commit is contained in:
Andrei Branza 2024-02-24 21:17:24 +02:00
parent 6efb061da7
commit 54851a8042

View File

@ -9,7 +9,7 @@ import lombok.*;
@ToString
public class Address implements Cloneable {
private String streetName;
private String streetName;
private String cityName;
}