Skip to content

Commit

Permalink
squash: Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Dec 19, 2024
1 parent 1c3f305 commit 3d34134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private val expectedMappings = listOf(
],
"connects": [
{ "url": "wss://example.com/audio", "protocol": "mediajson", "type": "transcriber", "audio": true },
{ "url": "wss://example.com/video", "protocol":"mediajson", "type": "recorder", "video": true }
{ "url": "wss://example.com/video", "protocol": "mediajson", "type": "recorder", "video": true }
]
}
""",
Expand Down

0 comments on commit 3d34134

Please sign in to comment.