Skip to content

Commit 3382d06

Browse files
committed
Rust: Remove newline.
1 parent 1965fdb commit 3382d06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/ql/src/queries/security/CWE-312/CleartextStorageDatabaseGood.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
fn encrypt(text: String, encryption_key: &aes_gcm::Key<Aes256Gcm>) -> String {
32
// encrypt text -> ciphertext
43
let cipher = Aes256Gcm::new(&encryption_key);

0 commit comments

Comments
 (0)