Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: kirkrodrigues <[email protected]>
  • Loading branch information
davemarco and kirkrodrigues authored Oct 7, 2024
1 parent a4f7a0f commit b1e26e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions new-log-viewer/src/services/LogFileManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<WORKER_RESP_CODE.PAGE_DATA> {
loadPage (cursor: CursorType): WorkerResp<WORKER_RESP_CODE.PAGE_DATA> {
console.debug(`loadPage: cursor=${JSON.stringify(cursor)}`);
const filteredLogEventMap = this.#decoder.getFilteredLogEventMap();
const activeNumEvents: number = filteredLogEventMap ?
Expand Down

0 comments on commit b1e26e2

Please sign in to comment.