Skip to content

Commit 55ce5bd

Browse files
committed
add extra line
1 parent 0cc5234 commit 55ce5bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

new-log-viewer/src/utils/data.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {Nullable} from "../typings/common";
22

3+
34
/**
45
* Checks if 'x' is bounded by the first and last value in a sorted array of numbers.
56
*
@@ -118,9 +119,10 @@ const getMapValueWithNearestLessThanOrEqualKey = <T>(
118119
map.get(lowerBoundKey) as T;
119120
};
120121

122+
121123
export {
122-
isWithinBounds,
123124
findLargestIdxLte,
124125
getMapKeyByValue,
125126
getMapValueWithNearestLessThanOrEqualKey,
127+
isWithinBounds,
126128
};

0 commit comments

Comments
 (0)