From b1e26e26acb52ad408ec699a8a11e76294d41fcb Mon Sep 17 00:00:00 2001 From: davemarco <83603688+davemarco@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:10:47 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> --- new-log-viewer/src/services/LogFileManager/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new-log-viewer/src/services/LogFileManager/index.ts b/new-log-viewer/src/services/LogFileManager/index.ts index 41efb4e9..21c7f8c3 100644 --- a/new-log-viewer/src/services/LogFileManager/index.ts +++ b/new-log-viewer/src/services/LogFileManager/index.ts @@ -186,8 +186,7 @@ class LogFileManager { * numbers, and the line number of the first line in the cursor identified event. * @throws {Error} if any error occurs during decode. */ - loadPage (cursor: CursorType): - WorkerResp { + loadPage (cursor: CursorType): WorkerResp { console.debug(`loadPage: cursor=${JSON.stringify(cursor)}`); const filteredLogEventMap = this.#decoder.getFilteredLogEventMap(); const activeNumEvents: number = filteredLogEventMap ?