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 0aba82fd9f
commit 278e7a8a0a
1 changed files with 1 additions and 1 deletions

View File

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