From 1ed1f4321c6a37be8751317035c8e4c83cea343f Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Thu, 16 Mar 2023 17:37:10 +0100 Subject: [PATCH] fix(CI): linelint --- .../implementation/test/test_circuit_bootstrap.cpp | 2 +- backends/concrete-cuda/implementation/test/test_cmux_tree.cpp | 2 +- .../concrete-cuda/implementation/test/test_linear_algebra.cpp | 2 +- backends/concrete-cuda/implementation/test/utils.cpp | 2 +- backends/concrete-cuda/implementation/test/utils.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backends/concrete-cuda/implementation/test/test_circuit_bootstrap.cpp b/backends/concrete-cuda/implementation/test/test_circuit_bootstrap.cpp index 4592bada6..5607dd3fa 100644 --- a/backends/concrete-cuda/implementation/test/test_circuit_bootstrap.cpp +++ b/backends/concrete-cuda/implementation/test/test_circuit_bootstrap.cpp @@ -271,4 +271,4 @@ printParamName(::testing::TestParamInfo p) { INSTANTIATE_TEST_CASE_P(CircuitBootstrapInstantiation, CircuitBootstrapTestPrimitives_u64, cbs_params_u64, - printParamName); \ No newline at end of file + printParamName); diff --git a/backends/concrete-cuda/implementation/test/test_cmux_tree.cpp b/backends/concrete-cuda/implementation/test/test_cmux_tree.cpp index 192d568a2..56c8d6f24 100644 --- a/backends/concrete-cuda/implementation/test/test_cmux_tree.cpp +++ b/backends/concrete-cuda/implementation/test/test_cmux_tree.cpp @@ -198,4 +198,4 @@ std::string printParamName(::testing::TestParamInfo p) { } INSTANTIATE_TEST_CASE_P(CMUXTreeInstantiation, CMUXTreeTestPrimitives_u64, - cmux_tree_params_u64, printParamName); \ No newline at end of file + cmux_tree_params_u64, printParamName); diff --git a/backends/concrete-cuda/implementation/test/test_linear_algebra.cpp b/backends/concrete-cuda/implementation/test/test_linear_algebra.cpp index 778112be2..4965df91b 100644 --- a/backends/concrete-cuda/implementation/test/test_linear_algebra.cpp +++ b/backends/concrete-cuda/implementation/test/test_linear_algebra.cpp @@ -337,4 +337,4 @@ printParamName(::testing::TestParamInfo p) { INSTANTIATE_TEST_CASE_P(LinearAlgebraInstantiation, LinearAlgebraTestPrimitives_u64, - linear_algebra_params_u64, printParamName); \ No newline at end of file + linear_algebra_params_u64, printParamName); diff --git a/backends/concrete-cuda/implementation/test/utils.cpp b/backends/concrete-cuda/implementation/test/utils.cpp index 4ff0036c3..b2c249d0c 100644 --- a/backends/concrete-cuda/implementation/test/utils.cpp +++ b/backends/concrete-cuda/implementation/test/utils.cpp @@ -291,4 +291,4 @@ uint64_t closest_representable(uint64_t input, int level_count, int base_log) { uint64_t res = input >> non_rep_bit_count; res += non_rep_msb; return res << non_rep_bit_count; -} \ No newline at end of file +} diff --git a/backends/concrete-cuda/implementation/test/utils.h b/backends/concrete-cuda/implementation/test/utils.h index e2d84e4c3..01db5f8f7 100644 --- a/backends/concrete-cuda/implementation/test/utils.h +++ b/backends/concrete-cuda/implementation/test/utils.h @@ -49,4 +49,4 @@ uint64_t closest_representable(uint64_t input, int level_count, int base_log); uint64_t *bit_decompose_value(uint64_t value, int r); -#endif \ No newline at end of file +#endif