diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-07-08 14:08:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-07-08 14:08:27 +0100 |
commit | ce782869b3b1824c61e619e83e71d2b5043ed095 (patch) | |
tree | a581837b1cc14d777dab1d40f21483622878803b /util | |
parent | ddd99927a2db1f9dddd6a42e936114a9a9174a31 (diff) | |
download | prosody-ce782869b3b1824c61e619e83e71d2b5043ed095.tar.gz prosody-ce782869b3b1824c61e619e83e71d2b5043ed095.zip |
util.filters: Add newline at end of file
Diffstat (limited to 'util')
-rw-r--r-- | util/filters.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/filters.lua b/util/filters.lua index 0ac4cb56..08e683c1 100644 --- a/util/filters.lua +++ b/util/filters.lua @@ -65,4 +65,4 @@ function remove_filter(session, type, callback) end end -return _M;
\ No newline at end of file +return _M; |