mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Remove unnecessary return
This commit is contained in:
parent
1d5ad1f31e
commit
6374bd86ca
@ -31,7 +31,7 @@ class TutorialsController < ApplicationController
|
||||
end
|
||||
|
||||
def check_ready
|
||||
return redirect_to tutorials_url unless tutorial_ready?
|
||||
redirect_to tutorials_url unless tutorial_ready?
|
||||
end
|
||||
|
||||
def tutorial_ready?
|
||||
|
Loading…
Reference in New Issue
Block a user