Skip to content

Commit 4c50d54

Browse files
committed
Refactor: new line at the end of the code
1 parent 7662c68 commit 4c50d54

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contains-duplicate/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ class Solution {
2121
}
2222
return false;
2323
}
24-
};
24+
};

kth-smallest-element-in-a-bst/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ class Solution {
3838

3939
return nums[k - 1];
4040
}
41-
};
41+
};

number-of-1-bits/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class Solution {
1818

1919
return res;
2020
}
21-
};
21+
};

palindromic-substrings/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ class Solution {
3131

3232
return res;
3333
}
34-
};
34+
};

top-k-frequent-elements/flynn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ class Solution {
4343

4444
return res;
4545
}
46-
};
46+
};

0 commit comments

Comments
 (0)