Skip to content

Commit 7f68f2d

Browse files
author
Neil Bartley
committed
Tidied alignment
1 parent 70dc91f commit 7f68f2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/bitbucket_rest_api/repos.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ class Repos < API
1212
:Following => 'following',
1313
:Sources => 'sources',
1414
:Forks => 'forks',
15-
:Commits =>'commits',
16-
:Download=>'download',
17-
:PullRequest => 'pull_request'
18-
15+
:Commits =>'commits',
16+
:Download=>'download',
17+
:PullRequest => 'pull_request'
1918

2019
DEFAULT_REPO_OPTIONS = {
2120
"website" => "",

0 commit comments

Comments
 (0)