Skip to content

Commit

Permalink
Fix minor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyLCK committed Apr 3, 2024
1 parent e07c545 commit eb46fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public class CommandTestUtil {
* - the {@code actualModel} matches {@code expectedModel}
*/
public static void assertCommandSuccess(PersonCommand command, Model actualModel,
CommandResult expectedCommandResult,
Model expectedModel) {
CommandResult expectedCommandResult, Model expectedModel) {
try {
CommandResult result = command.execute(actualModel);
assertEquals(expectedCommandResult, result);
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/seedu/address/testutil/ArticleBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public class ArticleBuilder {
private Set<Outlet> outlets;
private Set<Tag> tags;
private Status status;



/**
* Creates a {@code ArticleBuilder} with the default details.
*/
Expand Down

0 comments on commit eb46fef

Please sign in to comment.