More space for private concern

This commit is contained in:
Lin Jen-Shin 2016-06-15 19:41:31 +08:00
parent 4befcc353d
commit 9417814970
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ module Gitlab
end
private
def create_issue
Issues::CreateService.new(
project,

View file

@ -39,6 +39,7 @@ module Gitlab
end
private
def create_note
Notes::CreateService.new(
project,