Skip to content

Commit 4df6385

Browse files
committed
Add trailing comma
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
1 parent 3511853 commit 4df6385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/corehttp/webui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var WebUIPaths = []string{
1515
"/ipfs/QmR9MzChjp1MdFWik7NjEjqKQMzVmBkdK3dz14A6B5Cupm",
1616
"/ipfs/QmRyWyKWmphamkMRnJVjUTzSFSAAZowYP4rnbgnfMXC9Mr",
1717
"/ipfs/QmU3o9bvfenhTKhxUakbYrLDnZU7HezAVxPM6Ehjw9Xjqy",
18-
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ"
18+
"/ipfs/QmPhnvn747LqwPYMJmQVorMaGbMSgA7mRRoyyZYz3DoZRQ",
1919
}
2020

2121
var WebUIOption = RedirectOption("webui", WebUIPath)

0 commit comments

Comments
 (0)