Commit 7138137

mo <mo.khan@gmail.com>
2018-09-03 22:23:26
fix linter errors.
1 parent e55e0c5
Changed files (1)
app
app/controllers/mfas_controller.rb
@@ -1,6 +1,7 @@
+# frozen_string_literal: true
+
 class MfasController < ApplicationController
-  def new
-  end
+  def new; end
 
   def create
     if current_user.tfa.authenticate(secure_params[:code])