Skip to content

Commit

Permalink
fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kappaccinoh committed Mar 26, 2024
1 parent a8e358b commit 30bd59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/seedu/address/commons/util/StringUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package seedu.address.commons.util;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.assertThrows;

import java.io.FileNotFoundException;
Expand Down

0 comments on commit 30bd59b

Please sign in to comment.