Skip to content

Commit

Permalink
Fix ParserUtil.java Error
Browse files Browse the repository at this point in the history
Fix error caused by merge conflict
  • Loading branch information
felixchanyy authored Mar 15, 2024
1 parent 084fe75 commit 13bf292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/seedu/address/logic/parser/ParserUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ public static Block parseBlock(String block) throws ParseException {
throw new ParseException(Block.MESSAGE_CONSTRAINTS);
}
return new Block(trimmedBlock);

}
/**
* Parses a {@code String postalCode} into a {@code postalCode}.
* Leading and trailing whitespaces will be trimmed.
*
Expand Down

0 comments on commit 13bf292

Please sign in to comment.