Skip to content

Commit

Permalink
Refactor: new line at the end of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
obzva committed Aug 12, 2024
1 parent 7662c68 commit 4c50d54
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contains-duplicate/flynn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class Solution {
}
return false;
}
};
};
2 changes: 1 addition & 1 deletion kth-smallest-element-in-a-bst/flynn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class Solution {

return nums[k - 1];
}
};
};
2 changes: 1 addition & 1 deletion number-of-1-bits/flynn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ class Solution {

return res;
}
};
};
2 changes: 1 addition & 1 deletion palindromic-substrings/flynn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ class Solution {

return res;
}
};
};
2 changes: 1 addition & 1 deletion top-k-frequent-elements/flynn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ class Solution {

return res;
}
};
};

0 comments on commit 4c50d54

Please sign in to comment.