Skip to content

Commit

Permalink
chore(ci): fix end-of-file newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Sep 15, 2023
1 parent d8b561f commit 50ef8d9
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ci/lattice_estimator.sage
Original file line number Diff line number Diff line change
Expand Up @@ -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")
print("All parameters passed the security check")
2 changes: 1 addition & 1 deletion tfhe/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build/
build/
1 change: 0 additions & 1 deletion tfhe/c_api_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ foreach (testsourcefile ${TEST_CASES})
# Enabled asserts even in release mode
add_definitions(-UNDEBUG)
endforeach (testsourcefile ${TEST_CASES})

1 change: 0 additions & 1 deletion tfhe/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@

## API references
* [docs.rs](https://docs.rs/tfhe/)

4 changes: 0 additions & 4 deletions tfhe/docs/getting_started/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```




3 changes: 0 additions & 3 deletions tfhe/docs/getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,3 @@ let clear_result = clear_a + clear_b;

assert_eq!(decrypted_result, clear_result);
```



3 changes: 0 additions & 3 deletions tfhe/docs/how_to/parallelized_pbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,3 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}
```



1 change: 0 additions & 1 deletion tfhe/docs/how_to/public_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ fn main() {
assert_eq!(clear, 255u8);
}
```

1 change: 0 additions & 1 deletion tfhe/web_wasm_parallel_tests/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ const presets = [
];

module.exports = { presets };

2 changes: 0 additions & 2 deletions tfhe/web_wasm_parallel_tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,3 @@ async function setup() {


setup()


Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ import { runTestAttachedToButton } from "./common.mjs";
test('Compressed Public Key Test', async () => {
await runTestAttachedToButton('compressedPublicKeyTest')
});

0 comments on commit 50ef8d9

Please sign in to comment.