docs: fix formatting

This commit is contained in:
zanninso 2024-07-19 13:50:48 +01:00 committed by zanninso
parent 511d44b7c3
commit 5335dcc417
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Here is a possible `ExerciseRunner.java` to test your function :
```java ```java
public class ExerciseRunner { public class ExerciseRunner {
public static void main(String[] args) { public static void main(String[] args) {
ProjectTime shortProject = new ProjectTime("2023-05-14 09:00", "2023-05-14 09:30"); ProjectTime shortProject = new ProjectTime("2023-05-14 09:00", "2023-05-14 09:30");
System.out.println("Short Project Total Logged Time: " + shortProject.getHoursLogged()); System.out.println("Short Project Total Logged Time: " + shortProject.getHoursLogged());