File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change
1
+ Style/IndentationConsistency :
2
+ EnforcedStyle : rails
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ def index
17
17
18
18
private
19
19
20
- def fetch_revision
21
- rev = params [ :revision ]
22
- if rev =~ SHORT_UUID_V4_REGEXP
23
- rev
20
+ def fetch_revision
21
+ rev = params [ :revision ]
22
+ if rev =~ SHORT_UUID_V4_REGEXP
23
+ rev
24
+ end
24
25
end
25
- end
26
26
27
- def process_index ( index )
28
- return "INDEX NOT FOUND" unless index
27
+ def process_index ( index )
28
+ return "INDEX NOT FOUND" unless index
29
29
30
- index . sub! ( '/ember-cli-live-reload' , 'http://localhost:4200/ember-cli-live-reload' ) if Rails . env . development?
30
+ index . sub! ( '/ember-cli-live-reload' , 'http://localhost:4200/ember-cli-live-reload' ) if Rails . env . development?
31
31
32
- index
33
- end
32
+ index
33
+ end
34
34
35
- def set_response_format
36
- request . format = :html
37
- end
35
+ def set_response_format
36
+ request . format = :html
37
+ end
38
38
end
You can’t perform that action at this time.
0 commit comments