Skip to content

Commit 0b6be9b

Browse files
committed
refactor: remove unnecessary whitespace in setupRouter function
1 parent 1656420 commit 0b6be9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ func setupRouter() *gin.Engine {
9999
protected := r.Group("/")
100100
protected.Use(protectedMiddleware())
101101
{
102-
103102
/*
104103
* Legacy WebRTC session endpoint
105104
*

0 commit comments

Comments
 (0)