Whitespace

This commit is contained in:
Chris Eykamp 2017-10-04 15:40:57 -07:00
parent 80e8b2efaf
commit 1ce7591fc1

View File

@ -159,5 +159,4 @@ public class Customer extends ContactBased<CustomerId> implements HasName {
builder.append("]");
return builder.toString();
}
}