]> source.dussan.org Git - redmine.git/commitdiff
fix source indent of lib/redmine/twofa/totp.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Dec 2020 13:10:31 +0000 (13:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Dec 2020 13:10:31 +0000 (13:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20659 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/twofa/totp.rb

index 90b5da2809b35496bfeda9b387616c370e370339..9e826fb9936228ca4023280e4b2c7ed54aee860a 100644 (file)
@@ -54,10 +54,12 @@ module Redmine
       end
 
       def init_pairing_view_variables
-        super.merge({
-          provisioning_uri: provisioning_uri,
-          totp_key: @user.twofa_totp_key
-        })
+        super.merge(
+          {
+            provisioning_uri: provisioning_uri,
+            totp_key: @user.twofa_totp_key
+          }
+        )
       end
 
       private