Skip to content

Commit a4152d1

Browse files
committed
SimpleChatTC: Cleanup whitespaces
identified by llama.cpp editorconfig check * convert tab to spaces in json config file * remove extra space at end of line
1 parent 524aa01 commit a4152d1

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"allowed.domains": [
3-
".*\\.bing\\.com$",
4-
"^www\\.bing\\.com$",
5-
".*\\.yahoo\\.com$",
6-
"^search\\.yahoo\\.com$",
7-
".*\\.brave\\.com$",
8-
"^search\\.brave\\.com$",
9-
"^brave\\.com$",
10-
".*\\.duckduckgo\\.com$",
11-
"^duckduckgo\\.com$",
12-
".*\\.google\\.com$",
13-
"^google\\.com$"
14-
]
15-
}
2+
"allowed.domains": [
3+
".*\\.bing\\.com$",
4+
"^www\\.bing\\.com$",
5+
".*\\.yahoo\\.com$",
6+
"^search\\.yahoo\\.com$",
7+
".*\\.brave\\.com$",
8+
"^search\\.brave\\.com$",
9+
"^brave\\.com$",
10+
".*\\.duckduckgo\\.com$",
11+
"^duckduckgo\\.com$",
12+
".*\\.google\\.com$",
13+
"^google\\.com$"
14+
]
15+
}

tools/server/public_simplechat/tooljs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function calc_run(toolcallid, toolname, obj) {
7373

7474

7575
/**
76-
* Send a message to Tools WebWorker's monitor in main thread directly
76+
* Send a message to Tools WebWorker's monitor in main thread directly
7777
* @param {MessageEvent<any>} mev
7878
*/
7979
function message_toolsworker(mev) {

0 commit comments

Comments
 (0)