Skip to content

Commit

Permalink
added missing brackets (saadfareed#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaib19 authored Feb 13, 2023
1 parent 235aec1 commit d320415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions C++/1480. Running Sum of 1d Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ class Solution {
runsum.push_back(sum);
}
return runsum;
}
};

0 comments on commit d320415

Please sign in to comment.