Skip to content

Commit

Permalink
add space for pretty code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassorgenfrei committed Dec 27, 2024
1 parent 5efce77 commit 168ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/link-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as ConfigUtil from "./config-util.js";
import {html} from "./html.js";

/* Fetches the current protocolLaunchers from settings.json */
const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols",[
const whitelistedProtocols = ConfigUtil.getConfigItem("whitelistedProtocols", [
"http:",
"https:",
"mailto:",
Expand Down

0 comments on commit 168ceed

Please sign in to comment.