Fix comment format.

This commit is contained in:
Joachim Bauch 2025-12-04 11:10:30 +01:00
commit 5a6dfa0516
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ func TestCanonicalizeUrl(t *testing.T) {
for idx, tc := range testcases {
expectChanged := tc.url.String() != tc.expected.String()
canonicalized, changed := CanonicalizeUrl(tc.url)
assert.Equal(tc.url, canonicalized) //urls will be changed inplace
assert.Equal(tc.url, canonicalized) // urls will be changed inplace
if !expectChanged {
assert.False(changed, "testcase %d should not have changed the url", idx)
continue

View file

@ -719,7 +719,7 @@ type JanusHandle struct {
// Type // pub or sub
Type string
//User // Userid
// User // Userid
User string
// Events is a receive only channel that can be used to receive events

View file

@ -261,7 +261,7 @@ retry:
return
}
}
//p.logger.Println("Joined as listener", join_response)
// p.logger.Println("Joined as listener", join_response)
p.session = join_response.Session
callback(nil, join_response.Jsep)