Skip to content

Commit

Permalink
Merge pull request #189 from miffi/docs
Browse files Browse the repository at this point in the history
Fix checkstyle
  • Loading branch information
miffi authored Apr 15, 2024
2 parents ace29b2 + dc806ee commit f60821e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/seedu/address/logic/commands/UntagCommand.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package seedu.address.logic.commands;

import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;

import java.util.Collection;
import java.util.HashSet;
import java.util.Optional;
import java.util.Set;
import java.util.stream.Collectors;

import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;
import seedu.address.commons.core.index.Index;
import seedu.address.logic.CommandHistory;
import seedu.address.logic.Messages;
Expand Down

0 comments on commit f60821e

Please sign in to comment.