Skip to content

Commit d320415

Browse files
authored
added missing brackets (saadfareed#131)
1 parent 235aec1 commit d320415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

C++/1480. Running Sum of 1d Array.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ class Solution {
1212
runsum.push_back(sum);
1313
}
1414
return runsum;
15+
}
16+
};

0 commit comments

Comments
 (0)