Fix whitespace in IssueBuilder/MergeRequestBuilder
This commit is contained in:
parent
6174ea77a5
commit
96eefa7f28
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ module Gitlab
|
|||
}
|
||||
|
||||
issue.attributes.with_indifferent_access.slice(*self.class.safe_hook_attributes)
|
||||
.merge!(attrs)
|
||||
.merge!(attrs)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -55,7 +55,7 @@ module Gitlab
|
|||
}
|
||||
|
||||
merge_request.attributes.with_indifferent_access.slice(*self.class.safe_hook_attributes)
|
||||
.merge!(attrs)
|
||||
.merge!(attrs)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue