lint remove whitespaces.

This commit is contained in:
Miroslav Šedivý 2021-02-02 18:28:32 +01:00
parent e152ee295b
commit 91f1727723
12 changed files with 12 additions and 12 deletions

View file

@ -23,6 +23,6 @@ func (webrtc_peer *WebRTCPeerCtx) Destroy() error {
if webrtc_peer.connection == nil || webrtc_peer.connection.ConnectionState() != webrtc.PeerConnectionStateConnected {
return nil
}
return webrtc_peer.connection.Close()
}