Commit 1ce7591fc1f37d983cbb77efba576d5398f9de49

Authored by Chris Eykamp
1 parent 80e8b2ef

Whitespace

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