added newline at the end of Client file

This commit is contained in:
delvh 2020-02-07 15:41:17 +01:00 committed by GitHub
parent ead2eab5a0
commit 778e76faa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,4 +222,4 @@ public class Client implements Closeable {
* @since Envoy v0.3-alpha
*/
public void setContacts(Contacts contacts) { this.contacts = contacts; }
}
}