summaryrefslogtreecommitdiffstats
path: root/lib/redmine/notifiable.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-20 02:47:52 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-20 02:47:52 +0000
commit55eef24dce871d18ca1be10ab87ba80195b46dd9 (patch)
treef7476f664d9af7c3a53710a7df55a418a488a9bd /lib/redmine/notifiable.rb
parentc1548381ba5f07fdaab6e60604634441cde9da4a (diff)
downloadredmine-55eef24dce871d18ca1be10ab87ba80195b46dd9.tar.gz
redmine-55eef24dce871d18ca1be10ab87ba80195b46dd9.zip
remove trailing white-spaces from lib/redmine/notifiable.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7417 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/notifiable.rb')
-rw-r--r--lib/redmine/notifiable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/notifiable.rb b/lib/redmine/notifiable.rb
index 37d4a4072..88ca9d776 100644
--- a/lib/redmine/notifiable.rb
+++ b/lib/redmine/notifiable.rb
@@ -4,7 +4,7 @@ module Redmine
def to_s
name
end
-
+
# TODO: Plugin API for adding a new notification?
def self.all
notifications = []