Skip to content

Commit adc67f7

Browse files
lint
1 parent c8a4d2b commit adc67f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,15 @@ private void sessionTimeOutAPI()
419419
public string getPrivKey()
420420
{
421421
if (web3AuthResponse == null)
422-
return null
422+
return null;
423423

424424
return web3AuthOptions.useCoreKitKey.Value ? web3AuthResponse.coreKitKey : web3AuthResponse.privKey;
425425
}
426426

427427
public string getEd25519PrivKey()
428428
{
429429
if (web3AuthResponse == null)
430-
return null
430+
return null;
431431

432432
return web3AuthOptions.useCoreKitKey.Value ? web3AuthResponse.coreKitEd25519PrivKey : web3AuthResponse.ed25519PrivKey;
433433
}

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.3f1
2-
m_EditorVersionWithRevision: 2021.3.3f1 (af2e63e8f9bd)
1+
m_EditorVersion: 2021.3.6f1
2+
m_EditorVersionWithRevision: 2021.3.6f1 (7da38d85baf6)

0 commit comments

Comments
 (0)