From d804bbc72a0ed6e924a928ed4ff929a49876065a Mon Sep 17 00:00:00 2001 From: Guglielmo Gagliardi Date: Thu, 16 May 2024 15:45:10 +0200 Subject: [PATCH] Refactor code --- .github/workflows/inshpect.yml | 2 ++ test/include/dlaf_test/blas/invoke.h | 3 ++- test/include/dlaf_test/lapack/invoke.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/inshpect.yml b/.github/workflows/inshpect.yml index 3f0d756e4d..b42a5cde70 100644 --- a/.github/workflows/inshpect.yml +++ b/.github/workflows/inshpect.yml @@ -12,6 +12,8 @@ jobs: run: | sudo apt update sudo apt install -y fd-find + + curl --output /tmp/dasel \ --location https://github.com/TomWright/dasel/releases/download/v2.7.0/dasel_linux_amd64 sudo mv /tmp/dasel /usr/local/bin/dasel diff --git a/test/include/dlaf_test/blas/invoke.h b/test/include/dlaf_test/blas/invoke.h index 8143eb4370..f99319e848 100644 --- a/test/include/dlaf_test/blas/invoke.h +++ b/test/include/dlaf_test/blas/invoke.h @@ -8,7 +8,6 @@ // SPDX-License-Identifier: BSD-3-Clause // -#include #pragma once @@ -16,6 +15,8 @@ #include #endif +#include + #include #ifdef DLAF_WITH_GPU diff --git a/test/include/dlaf_test/lapack/invoke.h b/test/include/dlaf_test/lapack/invoke.h index 1484e3ce31..1ab1b92823 100644 --- a/test/include/dlaf_test/lapack/invoke.h +++ b/test/include/dlaf_test/lapack/invoke.h @@ -8,14 +8,14 @@ // SPDX-License-Identifier: BSD-3-Clause // -#include - #pragma once #ifdef DLAF_WITH_GPU #include #endif +#include + #include #ifdef DLAF_WITH_GPU