Skip to content

Commit

Permalink
Style fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxiangs committed Sep 28, 2024
1 parent 9937d76 commit 44d3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/util/SampleDataUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class SampleDataUtil {
* Returns an array of sample persons.
*/
public static Person[] getSamplePersons() {
return new Person[]{
return new Person[] {
new Person(new Name("Alex Yeoh"), new Phone("87438807"), new Email("[email protected]"),
new Address("Blk 30 Geylang Street 29, #06-40"), EMPTY_REMARK,
getTagSet("friends")),
Expand Down

0 comments on commit 44d3a96

Please sign in to comment.