Skip to content

Commit

Permalink
fix Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsalsa committed Oct 18, 2024
1 parent 6fdc539 commit 5b1034e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/java/seedu/address/ui/CommandHistoryTest.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package seedu.address.ui;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;


public class CommandHistoryTest {

Expand Down

0 comments on commit 5b1034e

Please sign in to comment.