Skip to content

Commit de955fb

Browse files
authored
Rename 1480-Running-Sum-of-1d-Array.cs to 1480-Running-Sum-Of-1D-Array.cs
1 parent f28c6a0 commit de955fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: csharp/1480-Running-Sum-of-1d-Array.cs renamed to csharp/1480-Running-Sum-Of-1D-Array.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ public int[] RunningSum(int[] nums)
88
}
99
return nums;
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)