Skip to content

Commit 5609488

Browse files
Merge pull request #70 from AY1920S2-CS2103T-W12-4/main-adarsh
update formatting for FXML file
2 parents d5b9993 + 171088d commit 5609488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/seedu/address/ui/PersonCard.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public PersonCard(Person person, int displayedIndex) {
7676
.sorted(Comparator.comparing(tag -> tag.tagName))
7777
.forEach(tag -> tags1.getChildren().add(new Label(tag.tagName)));
7878
}
79-
//for original version, delete everything but the contents of the "if" block.
8079
}
8180

8281
@Override

0 commit comments

Comments
 (0)