]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from extra/sample_plugin/init.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 Apr 2012 12:41:40 +0000 (12:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 1 Apr 2012 12:41:40 +0000 (12:41 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9295 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/sample_plugin/init.rb

index ec5818215790559ed6204fa8d56a8548221082f4..5a5e266943f82794485f06267c9ab3b2e4ff4b4d 100644 (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