Skip to content

Commit 3f15ce2

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/leetcode-cpp' into leetcode-cpp
2 parents ce1698f + 7435ff1 commit 3f15ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

leetcode/src/1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ class Solution {
2121
}
2222
return res;
2323
}
24-
};
24+
};

leetcode/src/2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ class Solution {
3434

3535
return head.next;
3636
}
37-
};
37+
};

0 commit comments

Comments
 (0)