From ae2d0f82a6ec62deb1751696dce51fad0f028e0f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Apr 2019 19:38:33 -0400 Subject: rustfmt --- tests/set2.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/set2.rs b/tests/set2.rs index a77cf7a..9194fb2 100644 --- a/tests/set2.rs +++ b/tests/set2.rs @@ -50,7 +50,10 @@ fn problem_11() { unsafe { LAST_MODE = matasano::BlockCipherMode::ECB; } - return matasano::encrypt_aes_128_ecb(&padded_input[..], &key[..]); + return matasano::encrypt_aes_128_ecb( + &padded_input[..], + &key[..], + ); } else { unsafe { LAST_MODE = matasano::BlockCipherMode::CBC; -- cgit v1.2.3-54-g00ecf