Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandong committed Mar 19, 2024
1 parent 4c815fe commit e696a61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/seedu/address/logic/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class Messages {
public static final String MESSAGE_INVALID_PHONE_NUMBER = "Phone number provided not found";

public static final String MESSAGE_PHONE_NUMBER_NOT_FOUND = "Phone number provided not found";

public static final String MESSAGE_ORDER_NOT_CREATED = "Please create an order before adding products.";

public static final String MESSAGE_ONLY_ONE_FIELD = "Only one field can be provided";
Expand Down
1 change: 0 additions & 1 deletion src/main/java/seedu/address/model/order/Order.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public boolean isEmpty() {
public void setProducts(Map<Product, Quantity> products) {
this.productMap = products;
}

/**
* Gets the {@code Person} ordering the order
*
Expand Down

0 comments on commit e696a61

Please sign in to comment.