Skip to content

Commit

Permalink
Resolve checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammed-Faizzzz committed Nov 2, 2023
1 parent 454fe44 commit 52ac3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ defaultTasks 'clean', 'test'

run {
enableAssertions = true
}
}
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/AppointmentCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class AppointmentCard extends UiPart<Region> {

private static final String FXML = "AppointmentListCard.fxml";
public static final DateTimeFormatter FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
private static final DateTimeFormatter FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");

/**
* Note: Certain keywords such as "location" and "resources" are reserved keywords in JavaFX.
Expand Down

0 comments on commit 52ac3e0

Please sign in to comment.