Skip to content

Commit

Permalink
Add / remove empty lines - 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
junhaoliao and kirkrodrigues authored Oct 7, 2024
1 parent b76ebef commit 22ab6da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion new-log-viewer/src/typings/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const LOG_LEVEL_VALUES = Object.freeze(

const MAX_LOG_LEVEL = Math.max(...LOG_LEVEL_VALUES);


const INVALID_TIMESTAMP_VALUE = 0;


export type {
LogEvent,
LogLevelFilter,
Expand Down
1 change: 0 additions & 1 deletion new-log-viewer/src/utils/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ const getMapValueWithNearestLessThanOrEqualKey = <T>(
map.get(lowerBoundKey) as T;
};


/**
* Creates an array of numbers in the range `[begin, end)` with the `i`th element computed as
* `range[i - 1] + step`.
Expand Down

0 comments on commit 22ab6da

Please sign in to comment.