Commit 193c8d07 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix array literal style

parent f5c9a409
......@@ -192,7 +192,7 @@ class Service < ActiveRecord::Base
end
def self.available_services_names
%w(
%w[
asana
assembla
bamboo
......@@ -215,7 +215,7 @@ class Service < ActiveRecord::Base
redmine
slack
teamcity
)
]
end
def self.create_from_template(project_id, template)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment