Skip to content

Commit 168ceed

Browse files
add space for pretty code
1 parent 5efce77 commit 168ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/common/link-util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as ConfigUtil from "./config-util.js";
77
import {html} from "./html.js";
88

99
/* Fetches the current protocolLaunchers from settings.json */
10-
const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols",[
10+
const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols", [
1111
"http:",
1212
"https:",
1313
"mailto:",

0 commit comments

Comments
 (0)