diff options
-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; |