Commit 18bc7683 authored by Ciro Santilli's avatar Ciro Santilli

Split one instance variable per line

parent e49cb2b7
......@@ -10,7 +10,8 @@ class GitlabAccess
def initialize(repo_path, actor, changes)
@config = GitlabConfig.new
@repo_path, @actor = repo_path.strip, actor
@repo_path = repo_path.strip
@actor = actor
@repo_name = extract_repo_name(@repo_path.dup, config.repos_path.to_s)
@changes = changes.lines
end
......
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