summaryrefslogtreecommitdiff
path: root/app/services/oauth2
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:53:27 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:53:27 -0800
commitd04344373b899c1e54948ca46478f7b907a576d2 (patch)
tree598e2383d7c40f3263f08d40edc256fb82a09c76 /app/services/oauth2
parent615bb941358389a1fdfec34abc6af8b61db75580 (diff)
downloadgitlab-ce-d04344373b899c1e54948ca46478f7b907a576d2.tar.gz
Rubocop: no trailing newlines
Diffstat (limited to 'app/services/oauth2')
-rw-r--r--app/services/oauth2/access_token_validation_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/oauth2/access_token_validation_service.rb b/app/services/oauth2/access_token_validation_service.rb
index 5a3b94129f1..6194f6ce91e 100644
--- a/app/services/oauth2/access_token_validation_service.rb
+++ b/app/services/oauth2/access_token_validation_service.rb
@@ -38,4 +38,4 @@ module Oauth2::AccessTokenValidationService
end
end
end
-end \ No newline at end of file
+end