Remove empty ctor body

This commit is contained in:
Kristóf Tóth 2018-02-23 08:33:35 +01:00
parent 8d2f19f062
commit 477ea8b03a

View File

@ -18,9 +18,7 @@ export class WebSocketService {
private uplink: QueueingSubject<object>;
public downlink: Observable<WSMessage<undefined>>;
constructor() {
}
constructor() {}
public connect() {
if (this.downlink) {