Skip to content

Commit 02a430b

Browse files
committed
Whitespace only update.
1 parent cbaf412 commit 02a430b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/kracken/controllers/token_authenticatable.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ def self.included(base)
1111
before_action :authenticate_user_with_token!
1212
helper_method :current_user
1313
end
14-
15-
1614
end
1715

1816
attr_reader :current_user
@@ -23,7 +21,7 @@ def request_http_token_authentication(realm = 'Application')
2321
raise TokenUnauthorized, "Invalid Credentials"
2422
end
2523

26-
private
24+
private
2725

2826
# `authenticate_or_request_with_http_token` is a nice Rails helper:
2927
# http://api.rubyonrails.org/classes/ActionController/HttpAuthentication/Token/ControllerMethods.html#method-i-authenticate_or_request_with_http_token

0 commit comments

Comments
 (0)