diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-18 08:21:30 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-02-24 15:07:24 +0100 |
commit | f2b37de54ba3cb0a375fb3a03e7ffd1f18444c39 (patch) | |
tree | f030ef8a6760f981b282630e5edb2aad94a70a93 /lib | |
parent | 448817c4de965bf7286f33a3447937987a8864a1 (diff) | |
download | gitlab-ce-f2b37de54ba3cb0a375fb3a03e7ffd1f18444c39.tar.gz |
Fix specs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/bitbucket_import.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/bitbucket_import.rb b/lib/gitlab/bitbucket_import.rb index 0e53972ac50..7298152e7e9 100644 --- a/lib/gitlab/bitbucket_import.rb +++ b/lib/gitlab/bitbucket_import.rb @@ -3,4 +3,4 @@ module Gitlab mattr_accessor :public_key @public_key = nil end -end
\ No newline at end of file +end |