Skip to content

Commit 7be5186

Browse files
committed
Add full-stop
Signed-off-by: Šimon Brandner <[email protected]>
1 parent cc75a83 commit 7be5186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/conference/data_channel_message_processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (c *Conference) processTrackSubscriptionDCMessage(
3636
}
3737
}
3838

39-
// Subscribe to the found tracks
39+
// Subscribe to the found tracks.
4040
for _, track := range tracks {
4141
participant.logger.WithField("track_id", track.ID()).Debug("Subscribing to track")
4242
if err := participant.peer.SubscribeTo(track); err != nil {

0 commit comments

Comments
 (0)