fix: 修复C#代码高亮问题
This commit is contained in:
@@ -514,7 +514,7 @@ impl Solution {
|
||||
}
|
||||
```
|
||||
### C#
|
||||
```C#
|
||||
```csharp
|
||||
// 递归
|
||||
public TreeNode LowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user