Skip to content

Commit e21a7a1

Browse files
authored
style: remove blank line
1 parent ce28009 commit e21a7a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample/Assets/Scripts/AuthenticatedScript.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ public async void GetZkTransactionReceiptStatus()
414414

415415
TransactionReceiptResponse response = await passport.ZkEvmGetTransactionReceipt(ZkGetTransactionReceiptHash.text);
416416
ShowOutput($"Transaction receipt status: {(response.status == "0x1" ? "Success" : "Failed")}");
417-
418417
}
419418
catch (Exception ex)
420419
{

0 commit comments

Comments
 (0)