Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 21:38:33 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 21:38:33 +0300
commit56246b70fb4fcbbb6f623ba9a38ba428a85175ef (patch)
tree75d9efb5dabbeba3a0acecd415433f66ac4f21e0 /spec/helpers
parent649c9969ba57bf578f43310ec34e3820876b5c4c (diff)
Fix Style/TrailingBlankLines cop violations
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/oauth_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/oauth_helper_spec.rb b/spec/helpers/oauth_helper_spec.rb
index 088c342fa13..3ef35f35102 100644
--- a/spec/helpers/oauth_helper_spec.rb
+++ b/spec/helpers/oauth_helper_spec.rb
@@ -17,4 +17,4 @@ describe OauthHelper do
expect(helper.additional_providers).to eq([])
end
end
-end \ No newline at end of file
+end