Update TypeScript style (Chapter of Array)

This commit is contained in:
justin 2022-12-04 18:55:51 +08:00
parent 47db74892d
commit 31732e5690

View File

@ -66,7 +66,7 @@ function find(nums: number[], target: number): number {
} }
} }
return -1 return -1
} }
/* Driver Codes*/ /* Driver Codes*/
/* 初始化数组 */ /* 初始化数组 */