From 3720f2dad0571a84feecdb3b5bdccfea9c90524a Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 30 Nov 2020 13:41:00 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 2f65017d --- sorting/count_inversions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sorting/count_inversions.cpp b/sorting/count_inversions.cpp index e631bc777..a08ca145f 100644 --- a/sorting/count_inversions.cpp +++ b/sorting/count_inversions.cpp @@ -40,10 +40,10 @@ * * @author [Rakshit Raj](https://github.com/rakshitraj) */ -#include // for tests -#include // for typedef datatype uint64_t -#include // for IO -#include // for std::vector<> +#include // for tests +#include // for typedef datatype uint64_t +#include // for IO +#include // for std::vector<> /** * @namespace sorting