Skip to content

Commit 498b832

Browse files
authored
fix json linter error (#321)
* fix json linter error * run prettier on json files
1 parent 3ba872a commit 498b832

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"apiVersion": "v1",
3-
"apiConnectionString": "Server=127.0.0.1; Port=8002",
4-
"apiDefaultTimeoutMicroseconds": 100000,
5-
"maxMediaConnections": 32
2+
"apiVersion": "v1",
3+
"apiConnectionString": "Server=127.0.0.1; Port=8002",
4+
"apiDefaultTimeoutMicroseconds": 100000,
5+
"maxMediaConnections": 32
66
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"connection": {
3-
"multipointGroup": {
4-
"urn": "ipv4:192.168.123.123"
5-
}
6-
},
7-
"payload": {
8-
"video": {
9-
"width": 1920,
10-
"height": 1080,
11-
"fps": 60.0,
12-
"pixelFormat": "yuv422p10rfc4175"
13-
}
2+
"connection": {
3+
"multipointGroup": {
4+
"urn": "ipv4:192.168.123.123"
5+
}
6+
},
7+
"payload": {
8+
"video": {
9+
"width": 1920,
10+
"height": 1080,
11+
"fps": 60.0,
12+
"pixelFormat": "yuv422p10rfc4175"
1413
}
1514
}
15+
}

0 commit comments

Comments
 (0)