Commit 6d9a54a2 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #17519 from dreis2211

* pr/17519:
  Fix formatting in Couchbase smoke tests

Closes gh-17519
parents eff1147c 1c3031e4
......@@ -59,8 +59,8 @@ public class User {
@Override
public String toString() {
return "User{id='" + this.id + '\'' + ", firstName='" + this.firstName + '\'' + ", lastName='"
+ this.lastName + '\'' + '}';
return "User{id='" + this.id + '\'' + ", firstName='" + this.firstName + '\'' + ", lastName='" + this.lastName
+ '\'' + '}';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment