Commit 94178149 authored by Lin Jen-Shin's avatar Lin Jen-Shin

More space for private concern

parent 4befcc35
...@@ -38,6 +38,7 @@ module Gitlab ...@@ -38,6 +38,7 @@ module Gitlab
end end
private private
def create_issue def create_issue
Issues::CreateService.new( Issues::CreateService.new(
project, project,
......
...@@ -39,6 +39,7 @@ module Gitlab ...@@ -39,6 +39,7 @@ module Gitlab
end end
private private
def create_note def create_note
Notes::CreateService.new( Notes::CreateService.new(
project, project,
......
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