summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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