Skip to content

Commit 69ded07

Browse files
committed
style: format JSON configuration for consistency
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
1 parent b67b6d1 commit 69ded07

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/e2e/zot/config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"storage": {
3-
"rootDirectory": "."
4-
},
5-
"http": {
6-
"address": "0.0.0.0",
7-
"port": "5000"
8-
},
9-
"log": {
10-
"level": "debug"
11-
}
2+
"storage": {
3+
"rootDirectory": "."
4+
},
5+
"http": {
6+
"address": "0.0.0.0",
7+
"port": "5000"
8+
},
9+
"log": {
10+
"level": "debug"
11+
}
1212
}

0 commit comments

Comments
 (0)