diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-18 20:06:22 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-18 20:06:22 +0200 |
commit | e217a37d7621dc61673061f65ba057cd0d6978f9 (patch) | |
tree | b4c82ab8c47145509355a512247aa1657af7f29e /test/functional | |
parent | 5f028335acbd28cf6529cd64c733ae95f2873def (diff) | |
download | rspamd-e217a37d7621dc61673061f65ba057cd0d6978f9.tar.gz rspamd-e217a37d7621dc61673061f65ba057cd0d6978f9.zip |
[Minor] Trim whitespace
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/lua/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/deps.lua b/test/functional/lua/deps.lua index 55897091e..6171db699 100644 --- a/test/functional/lua/deps.lua +++ b/test/functional/lua/deps.lua @@ -14,7 +14,7 @@ local cb_gen = function(num) task:insert_result('DEP' .. tostring(num + 1), 1.0) end end - + return cb_dep end |