Improve code formatting by removing unnecessary whitespace

This commit is contained in:
2026-01-28 20:36:01 +00:00
parent f758069c82
commit 8fc32c517e

View File

@@ -640,7 +640,7 @@ const onSearchInput = debounce(async () => {
// Offload search to worker to avoid blocking UI
searchWorkerRequestId++;
const requestId = searchWorkerRequestId;
searchWorker.postMessage({
lines: fileLines.value,
searchTerm: searchTerm,