Convert file indentation to spaces
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class Api::V1::MobileController < ApplicationController
|
||||
|
||||
skip_before_filter :authenticated
|
||||
before_filter :mobile_request?
|
||||
|
||||
@@ -30,5 +29,4 @@ class Api::V1::MobileController < ApplicationController
|
||||
request.user_agent =~ /ios|android/i
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user