Skip to content

Commit 6768648

Browse files
committed
Update text-justification.cpp
1 parent 161e5f3 commit 6768648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/text-justification.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Solution {
2121
}
2222

2323
private:
24-
string connect(const vector<string> &words, int maxWidth,
24+
string connect(const vector<string>& words, int maxWidth,
2525
int begin, int end, int len,
2626
bool is_last) {
2727
string s;

0 commit comments

Comments
 (0)