Skip to content

Commit 2edd00b

Browse files
committed
fix source indent of lib/redmine/twofa/totp.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20659 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent c18f92e commit 2edd00b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/redmine/twofa/totp.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ def provisioning_uri
5454
end
5555

5656
def init_pairing_view_variables
57-
super.merge({
58-
provisioning_uri: provisioning_uri,
59-
totp_key: @user.twofa_totp_key
60-
})
57+
super.merge(
58+
{
59+
provisioning_uri: provisioning_uri,
60+
totp_key: @user.twofa_totp_key
61+
}
62+
)
6163
end
6264

6365
private

0 commit comments

Comments
 (0)