From daf3f50202bd8325e5fe0a65148e47ca80ee2182 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 31 Oct 2021 01:41:40 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 25ed3ea0 --- operations_on_datastructures/circular_linked_list.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/operations_on_datastructures/circular_linked_list.cpp b/operations_on_datastructures/circular_linked_list.cpp index 7ea51f58e..c827a934d 100644 --- a/operations_on_datastructures/circular_linked_list.cpp +++ b/operations_on_datastructures/circular_linked_list.cpp @@ -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 {