From 19cd1ba7bc2b5e501770abf9a61e3ffc54f682e7 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 17 Jul 2018 22:29:18 -0700 Subject: Fix identation in lib/bitbucket_server/connection.rb --- lib/bitbucket_server/connection.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/bitbucket_server') diff --git a/lib/bitbucket_server/connection.rb b/lib/bitbucket_server/connection.rb index 0b65203a824..13bbc240c99 100644 --- a/lib/bitbucket_server/connection.rb +++ b/lib/bitbucket_server/connection.rb @@ -27,9 +27,9 @@ module BitbucketServer def post(path, body) response = Gitlab::HTTP.post(build_url(path), - basic_auth: auth, - headers: post_headers, - body: body) + basic_auth: auth, + headers: post_headers, + body: body) check_errors!(response) @@ -44,9 +44,9 @@ module BitbucketServer url = delete_url(resource, path) response = Gitlab::HTTP.delete(url, - basic_auth: auth, - headers: post_headers, - body: body) + basic_auth: auth, + headers: post_headers, + body: body) check_errors!(response) -- cgit v1.2.3