Skip to content

Commit a54daa3

Browse files
committed
fix linelint
1 parent e140ac1 commit a54daa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find-minimum-in-rotated-sorted-array/ HoonDongKang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ function findMin(nums: number[]): number {
2929
}
3030

3131
return binarySearchFunc(nums);
32-
};
32+
}

0 commit comments

Comments
 (0)