Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
19cd1ba7
Commit
19cd1ba7
authored
Jul 17, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix identation in lib/bitbucket_server/connection.rb
parent
8ac00193
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lib/bitbucket_server/connection.rb
lib/bitbucket_server/connection.rb
+6
-6
No files found.
lib/bitbucket_server/connection.rb
View file @
19cd1ba7
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment