clang-format and clang-tidy fixes for 25ed3ea0

This commit is contained in:
github-actions 2021-10-31 01:41:40 +00:00
parent 25ed3ea08c
commit daf3f50202

View File

@ -21,7 +21,8 @@ namespace operations_on_datastructures {
/**
* @namespace circular_linked_list
* @brief Functions for the [Circular Linked List](https://www.geeksforgeeks.org/circular-linked-list/) implementation
* @brief Functions for the [Circular Linked
* List](https://www.geeksforgeeks.org/circular-linked-list/) implementation
*/
namespace circular_linked_list {