From fa7f24a38f31db3f25c47444a3b98d15bcc4c80f Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 24 May 2016 17:40:46 +0100 Subject: [PATCH] RC4: Tabs to spaces --- t/Rc4.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Rc4.t b/t/Rc4.t index 4f40383a5..8b9b0f903 100644 --- a/t/Rc4.t +++ b/t/Rc4.t @@ -27,7 +27,7 @@ ddg_goodie_test( DDG::Goodie::Rc4 )], 'rc4 en mysecretkey hello' => build_test("Encrypt", "hello", "mysecretkey", "grYU1K8="), - 'rc4 de duck yWrJniG/nNg=' => build_test("Decrypt", "yWrJniG/nNg=", "duck", "DdgRocks"), + 'rc4 de duck yWrJniG/nNg=' => build_test("Decrypt", "yWrJniG/nNg=", "duck", "DdgRocks"), 'rc4 ' => undef, 'rc4 enc missing' => undef, 'rc4 no operation' => undef