From 55eef24dce871d18ca1be10ab87ba80195b46dd9 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 20 Sep 2011 02:47:52 +0000 Subject: [PATCH] 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 --- lib/redmine/notifiable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.39.5