mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Fix comment format.
This commit is contained in:
parent
f237458b35
commit
5a6dfa0516
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue