From 50ef8d967982e89deee92114d14c96c36bf069e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Fri, 15 Sep 2023 09:00:30 +0200 Subject: [PATCH] chore(ci): fix end-of-file newlines --- ci/lattice_estimator.sage | 2 +- tfhe/.gitignore | 2 +- tfhe/c_api_tests/CMakeLists.txt | 1 - tfhe/docs/SUMMARY.md | 1 - tfhe/docs/getting_started/benchmarks.md | 4 ---- tfhe/docs/getting_started/quick_start.md | 3 --- tfhe/docs/how_to/parallelized_pbs.md | 3 --- tfhe/docs/how_to/public_key.md | 1 - tfhe/web_wasm_parallel_tests/babel.config.js | 1 - tfhe/web_wasm_parallel_tests/index.js | 2 -- .../test/compressed-publik-key-small.test.js | 1 - 11 files changed, 2 insertions(+), 19 deletions(-) diff --git a/ci/lattice_estimator.sage b/ci/lattice_estimator.sage index 208ba1aa1c..c67fa979ed 100755 --- a/ci/lattice_estimator.sage +++ b/ci/lattice_estimator.sage @@ -72,4 +72,4 @@ if __name__ == "__main__": print(f"[{param.tag}] reason: {reason} (param)") sys.exit(int(1)) # Explicit conversion is needed to make this call work else: - print("All parameters passed the security check") \ No newline at end of file + print("All parameters passed the security check") diff --git a/tfhe/.gitignore b/tfhe/.gitignore index d16386367f..567609b123 100644 --- a/tfhe/.gitignore +++ b/tfhe/.gitignore @@ -1 +1 @@ -build/ \ No newline at end of file +build/ diff --git a/tfhe/c_api_tests/CMakeLists.txt b/tfhe/c_api_tests/CMakeLists.txt index e7c6275dd4..b3bc27ed79 100644 --- a/tfhe/c_api_tests/CMakeLists.txt +++ b/tfhe/c_api_tests/CMakeLists.txt @@ -37,4 +37,3 @@ foreach (testsourcefile ${TEST_CASES}) # Enabled asserts even in release mode add_definitions(-UNDEBUG) endforeach (testsourcefile ${TEST_CASES}) - diff --git a/tfhe/docs/SUMMARY.md b/tfhe/docs/SUMMARY.md index d8232b3449..7b02e75225 100644 --- a/tfhe/docs/SUMMARY.md +++ b/tfhe/docs/SUMMARY.md @@ -56,4 +56,3 @@ ## API references * [docs.rs](https://docs.rs/tfhe/) - diff --git a/tfhe/docs/getting_started/benchmarks.md b/tfhe/docs/getting_started/benchmarks.md index a629126f6e..4aafd0c305 100644 --- a/tfhe/docs/getting_started/benchmarks.md +++ b/tfhe/docs/getting_started/benchmarks.md @@ -95,7 +95,3 @@ If the host machine supports AVX-512, then the argument `AVX512_SUPPORT=ON' shou #Integer benchmarks: make AVX512_SUPPORT=ON bench_integer ``` - - - - diff --git a/tfhe/docs/getting_started/quick_start.md b/tfhe/docs/getting_started/quick_start.md index 3191f3afc2..fc048cb8b4 100644 --- a/tfhe/docs/getting_started/quick_start.md +++ b/tfhe/docs/getting_started/quick_start.md @@ -139,6 +139,3 @@ let clear_result = clear_a + clear_b; assert_eq!(decrypted_result, clear_result); ``` - - - diff --git a/tfhe/docs/how_to/parallelized_pbs.md b/tfhe/docs/how_to/parallelized_pbs.md index f73d979e87..10d4ff6014 100644 --- a/tfhe/docs/how_to/parallelized_pbs.md +++ b/tfhe/docs/how_to/parallelized_pbs.md @@ -63,6 +63,3 @@ fn main() -> Result<(), Box> { Ok(()) } ``` - - - diff --git a/tfhe/docs/how_to/public_key.md b/tfhe/docs/how_to/public_key.md index 16f65820c9..680137be73 100644 --- a/tfhe/docs/how_to/public_key.md +++ b/tfhe/docs/how_to/public_key.md @@ -49,4 +49,3 @@ fn main() { assert_eq!(clear, 255u8); } ``` - diff --git a/tfhe/web_wasm_parallel_tests/babel.config.js b/tfhe/web_wasm_parallel_tests/babel.config.js index 3070335866..0629d65aec 100644 --- a/tfhe/web_wasm_parallel_tests/babel.config.js +++ b/tfhe/web_wasm_parallel_tests/babel.config.js @@ -5,4 +5,3 @@ const presets = [ ]; module.exports = { presets }; - diff --git a/tfhe/web_wasm_parallel_tests/index.js b/tfhe/web_wasm_parallel_tests/index.js index 85f3d5711a..9bd28f14aa 100644 --- a/tfhe/web_wasm_parallel_tests/index.js +++ b/tfhe/web_wasm_parallel_tests/index.js @@ -83,5 +83,3 @@ async function setup() { setup() - - diff --git a/tfhe/web_wasm_parallel_tests/test/compressed-publik-key-small.test.js b/tfhe/web_wasm_parallel_tests/test/compressed-publik-key-small.test.js index 42e7675f8a..d26d2b50e5 100644 --- a/tfhe/web_wasm_parallel_tests/test/compressed-publik-key-small.test.js +++ b/tfhe/web_wasm_parallel_tests/test/compressed-publik-key-small.test.js @@ -3,4 +3,3 @@ import { runTestAttachedToButton } from "./common.mjs"; test('Compressed Public Key Test', async () => { await runTestAttachedToButton('compressedPublicKeyTest') }); -