fix linting

This commit is contained in:
aler9 2022-08-16 17:17:42 +02:00
parent e255d004e3
commit ca46d56184
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import (
)
const (
// this is the chunk stream ID that is usually used to send MsgAudio{}
// MsgAudioChunkStreamID is the chunk stream ID that is usually used to send MsgAudio{}
MsgAudioChunkStreamID = 6
)

View File

@ -11,7 +11,7 @@ import (
)
const (
// this is the chunk stream ID that is usually used to send MsgVideo{}
// MsgVideoChunkStreamID is the chunk stream ID that is usually used to send MsgVideo{}
MsgVideoChunkStreamID = 6
)