summaryrefslogtreecommitdiffstats
path: root/test/unit/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-30 06:56:57 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-30 06:56:57 +0000
commit3dfea3c6e536c6c6a94261e6bfe076cb9afe842a (patch)
treeaa5ee1645d82a0e01709056516361487b8f2e606 /test/unit/lib
parent09bd9c95fd8cf4d71f098c03de3bed0bc98ee83b (diff)
downloadredmine-3dfea3c6e536c6c6a94261e6bfe076cb9afe842a.tar.gz
redmine-3dfea3c6e536c6c6a94261e6bfe076cb9afe842a.zip
remove trailing white-spaces from test/unit/lib/redmine/notifiable_test.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6779 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/lib')
-rw-r--r--test/unit/lib/redmine/notifiable_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/lib/redmine/notifiable_test.rb b/test/unit/lib/redmine/notifiable_test.rb
index 7ca449209..ac6657387 100644
--- a/test/unit/lib/redmine/notifiable_test.rb
+++ b/test/unit/lib/redmine/notifiable_test.rb
@@ -5,12 +5,12 @@
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.