summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin/init.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-01 12:41:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-04-01 12:41:40 +0000
commit3847223841552424b93033b8c36f1a60beb84f63 (patch)
treecef4aea4b04fd7ef37573e436a0f14e1df2dc748 /extra/sample_plugin/init.rb
parentdb110ba35e73d64e1df6cb5d25feecd1be9ff17a (diff)
downloadredmine-3847223841552424b93033b8c36f1a60beb84f63.tar.gz
redmine-3847223841552424b93033b8c36f1a60beb84f63.zip
remove trailing white-spaces from extra/sample_plugin/init.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9295 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin/init.rb')
-rw-r--r--extra/sample_plugin/init.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sample_plugin/init.rb b/extra/sample_plugin/init.rb
index ec5818215..5a5e26694 100644
--- a/extra/sample_plugin/init.rb
+++ b/extra/sample_plugin/init.rb
@@ -24,7 +24,7 @@ Redmine::Plugin.register :sample_plugin do
# A new item is added to the project menu
menu :project_menu, :sample_plugin, { :controller => 'example', :action => 'say_hello' }, :caption => 'Sample'
-
+
# Meetings are added to the activity view
activity_provider :meetings
end