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
This commit is contained in:
Toshi MARUYAMA 2012-04-01 12:41:40 +00:00
parent db110ba35e
commit 3847223841
1 changed files with 1 additions and 1 deletions

View File

@ -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