SimpleChatTC: Cleanup whitespaces

identified by llama.cpp editorconfig check

* convert tab to spaces in json config file
* remove extra space at end of line
This commit is contained in:
hanishkvc 2025-10-24 20:51:10 +05:30
parent fb968347b0
commit f74ce327e5
2 changed files with 15 additions and 15 deletions

View File

@ -1,15 +1,15 @@
{ {
"allowed.domains": [ "allowed.domains": [
".*\\.bing\\.com$", ".*\\.bing\\.com$",
"^www\\.bing\\.com$", "^www\\.bing\\.com$",
".*\\.yahoo\\.com$", ".*\\.yahoo\\.com$",
"^search\\.yahoo\\.com$", "^search\\.yahoo\\.com$",
".*\\.brave\\.com$", ".*\\.brave\\.com$",
"^search\\.brave\\.com$", "^search\\.brave\\.com$",
"^brave\\.com$", "^brave\\.com$",
".*\\.duckduckgo\\.com$", ".*\\.duckduckgo\\.com$",
"^duckduckgo\\.com$", "^duckduckgo\\.com$",
".*\\.google\\.com$", ".*\\.google\\.com$",
"^google\\.com$" "^google\\.com$"
] ]
} }

View File

@ -73,7 +73,7 @@ function calc_run(toolcallid, toolname, obj) {
/** /**
* Send a message to Tools WebWorker's monitor in main thread directly * Send a message to Tools WebWorker's monitor in main thread directly
* @param {MessageEvent<any>} mev * @param {MessageEvent<any>} mev
*/ */
function message_toolsworker(mev) { function message_toolsworker(mev) {