Skip to content

Commit 50c7541

Browse files
committed
Add dummy commit to confirm functionality of CodeCov
1 parent 77a32bf commit 50c7541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/seedu/address/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* to be the entry point of the application, we avoid this issue.
2020
*/
2121
public class Main {
22+
// Temporary comment for test commit
2223
public static void main(String[] args) {
2324
Application.launch(MainApp.class, args);
2425
}

0 commit comments

Comments
 (0)