Commit 36c76ec6 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Indent as Rubocop like

parent 305c8751
......@@ -13,7 +13,8 @@ module QA
# Settings#build_gitlab_shell_ssh_path_prefix
def initialize(git_uri)
@git_uri = git_uri
@uri = if git_uri.start_with?('ssh://')
@uri =
if git_uri.start_with?('ssh://')
URI.parse(git_uri)
else
*rest, path = git_uri.split(':')
......
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