We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161e5f3 commit 6768648Copy full SHA for 6768648
C++/text-justification.cpp
@@ -21,7 +21,7 @@ class Solution {
21
}
22
23
private:
24
- string connect(const vector<string> &words, int maxWidth,
+ string connect(const vector<string>& words, int maxWidth,
25
int begin, int end, int len,
26
bool is_last) {
27
string s;
0 commit comments