Merge pull request #17519 from dreis2211

* pr/17519:
  Fix formatting in Couchbase smoke tests

Closes gh-17519
pull/17522/head
Stephane Nicoll 5 years ago
commit 6d9a54a24f

@ -59,8 +59,8 @@ public class User {
@Override @Override
public String toString() { public String toString() {
return "User{id='" + this.id + '\'' + ", firstName='" + this.firstName + '\'' + ", lastName='" return "User{id='" + this.id + '\'' + ", firstName='" + this.firstName + '\'' + ", lastName='" + this.lastName
+ this.lastName + '\'' + '}'; + '\'' + '}';
} }
} }

Loading…
Cancel
Save