Fix code indentation.

This commit is contained in:
Yudong Jin
2023-02-03 01:17:09 +08:00
parent 64517f2f46
commit 592965595e
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ comments: true
=== "C#"
```csharp title="insertion_sort.cs"
/* 插入排序 */
/* 插入排序 */
void insertionSort(int[] nums)
{
// 外循环base = nums[1], nums[2], ..., nums[n-1]