Skip to content

Commit 4e794f4

Browse files
authored
Rename 0912-sort-an-array to 0912-sort-an-array.go
[Resolved PR comment] added file extension
1 parent 8fa4b7f commit 4e794f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
func sortArray(nums []int) []int {
22
sort.Ints(nums)
33
return nums
4-
}
4+
}

0 commit comments

Comments
 (0)