Skip to content

Commit

Permalink
Fix styling issue in EditPersonDescriptorBuilder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaditya17 committed Oct 9, 2024
1 parent fbac494 commit 356af49
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
import java.util.stream.Stream;

import seedu.address.logic.commands.EditCommand.EditPersonDescriptor;
import seedu.address.model.person.*;
import seedu.address.model.person.Address;
import seedu.address.model.person.Email;
import seedu.address.model.person.Name;
import seedu.address.model.person.Person;
import seedu.address.model.person.Phone;
import seedu.address.model.person.Skills;
import seedu.address.model.tag.Tag;

/**
Expand Down

0 comments on commit 356af49

Please sign in to comment.