update linter

This commit is contained in:
aler9
2022-04-07 12:50:35 +02:00
committed by Alessandro Ros
parent 3fc4ca6465
commit 0605a2f369
17 changed files with 51 additions and 27 deletions

View File

@@ -83,7 +83,8 @@ func newRTMPServer(
externalCmdPool *externalcmd.Pool,
metrics *metrics,
pathManager *pathManager,
parent rtmpServerParent) (*rtmpServer, error) {
parent rtmpServerParent,
) (*rtmpServer, error) {
l, err := net.Listen("tcp", address)
if err != nil {
return nil, err