From a13c59424a26e9f1860f1fb04a839a7ed35949ae Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 29 Nov 2020 17:10:55 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 047578bb --- sorting/count_inversions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/count_inversions.cpp b/sorting/count_inversions.cpp index 5bd2c9978..a1a0e576b 100644 --- a/sorting/count_inversions.cpp +++ b/sorting/count_inversions.cpp @@ -41,9 +41,9 @@ * @author [Rakshit Raj](https://github.com/rakshitraj) */ #include +#include #include #include -#include /** * @namespace sorting