More space for private concern
This commit is contained in:
parent
4befcc353d
commit
9417814970
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
private
|
||||
|
||||
def create_issue
|
||||
Issues::CreateService.new(
|
||||
project,
|
||||
|
|
|
@ -39,6 +39,7 @@ module Gitlab
|
|||
end
|
||||
|
||||
private
|
||||
|
||||
def create_note
|
||||
Notes::CreateService.new(
|
||||
project,
|
||||
|
|
Loading…
Reference in a new issue