go fmt
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ type WebRTCClient struct {
|
||||
|
||||
type RTSPClient struct {
|
||||
conn *rtsp.Conn
|
||||
api *API
|
||||
api *API
|
||||
}
|
||||
|
||||
func Dial(rawURL string) (core.Producer, error) {
|
||||
@@ -168,4 +168,4 @@ func (c *RTSPClient) Stop() error {
|
||||
|
||||
func (c *RTSPClient) MarshalJSON() ([]byte, error) {
|
||||
return c.conn.MarshalJSON()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user