Skip to content

Commit 9b11c01

Browse files
committed
chore: format code with clang-format
1 parent 4d8e387 commit 9b11c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lcp/LCP 78. 城墙防线/Solution.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Solution {
1515
}
1616
return true;
1717
};
18-
18+
1919
while (left < right) {
2020
int mid = (left + right + 1) >> 1;
2121
if (check(mid)) {

0 commit comments

Comments
 (0)